Skip to content

Commit b65935f

Browse files
authored
Enable HybridCompile mode for ESP32-C61
1 parent 626f19e commit b65935f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/esp32-c61-devkitc1-n8r2.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"require_upload_port": true,
3535
"speed": 460800
3636
},
37+
"espidf": {
38+
"custom_sdkconfig": [
39+
"CONFIG_IDF_TARGET=\"esp32c61\""
40+
]
41+
},
3742
"url": "https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c61/esp32-c61-devkitc-1/user_guide.html",
3843
"vendor": "Espressif"
3944
}

0 commit comments

Comments
 (0)