Skip to content

Commit 537304e

Browse files
authored
Add esp32c61 to supported MCUs list
1 parent d02cedb commit 537304e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
# MCUs that support ESP-builtin debug
7373
ESP_BUILTIN_DEBUG_MCUS = frozenset([
74-
"esp32c3", "esp32c5", "esp32c6", "esp32s3", "esp32h2", "esp32p4"
74+
"esp32c3", "esp32c5", "esp32c6", "esp32c61", "esp32s3", "esp32h2", "esp32p4"
7575
])
7676

7777
# MCU configuration mapping
@@ -83,7 +83,7 @@
8383
},
8484
"riscv": {
8585
"mcus": frozenset([
86-
"esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32h2", "esp32p4"
86+
"esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32c61", "esp32h2", "esp32p4"
8787
]),
8888
"toolchains": ["toolchain-riscv32-esp"],
8989
"debug_tools": ["tool-riscv32-esp-elf-gdb"]

0 commit comments

Comments
 (0)