Skip to content

Commit

Permalink
Add missing build Presets for new ESP32 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Dec 12, 2023
1 parent 4159b7c commit 6e56c74
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion targets/ESP32/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
}
},
{
"name": "ESP32_H2_Thread",
"name": "ESP32_H2_THREAD",
"inherits": [
"xtensa-esp32h2-preset",
"user-tools-repos",
Expand Down Expand Up @@ -877,6 +877,18 @@
"displayName": "ESP32_C3_REV3",
"configurePreset": "ESP32_C3_REV3"
},
{
"inherits": "base-user",
"name": "ESP32_C6_THREAD",
"displayName": "ESP32_C6_THREAD",
"configurePreset": "ESP32_C6_THREAD"
},
{
"inherits": "base-user",
"name": "ESP32_H2_THREAD",
"displayName": "ESP32_H2_THREAD",
"configurePreset": "ESP32_H2_THREAD"
},
{
"inherits": "base-user",
"name": "ESP32_S3",
Expand Down

0 comments on commit 6e56c74

Please sign in to comment.