Skip to content

Commit e8dcb88

Browse files
authored
enable always Hybrid Compile for C2
1 parent 7214e1a commit e8dcb88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/esp32-c2-devkitm-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"require_upload_port": true,
2626
"speed": 460800
2727
},
28+
"espidf": {
29+
"custom_sdkconfig": [
30+
"CONFIG_IDF_TARGET=\"esp32c2\""
31+
]
32+
},
2833
"url": "https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp8684/esp8684-devkitm-1/user_guide.html",
2934
"vendor": "Espressif"
3035
}

0 commit comments

Comments
 (0)