Option ESP32-C61-DevKitC-1 not available in VSCode

Hi everyone.

I’m trying to use an Espressif ESP32-C61-Devkit board with Platformio but this option does not appear on the available options. It appears the previous version, ESP32-C6, but not this one, which is from, 2025?

Has someone achieved to configure this new board?
Regards.

Beside the missing PlatformIO support: if you want to use the Arduino framework, please see GitHub - espressif/arduino-esp32: Arduino core for the ESP32

ESP32-C2 and ESP32-C61 are also supported by Arduino-ESP32 but require using Arduino as an ESP-IDF component or rebuilding the static libraries. For more information, see the Arduino as an ESP-IDF component documentation or the Lib Builder documentation, respectively.

Luckily the pioarduino espressif32 platform support the ESP32-C61 via it’s hybrid compile feature. See GitHub - pioarduino/platform-espressif32: Espressif 32: pioarduino community platform compatible with PlatformIO

[env:esp32-c61-devkitc1-n8r2]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
framework = arduino
board = esp32-c61-devkitc1-n8r2
monitor_speed = 115200