Skip to content

Commit cdcd90b

Browse files
committed
Add ESP32-C5 build target
1 parent 7cefcf3 commit cdcd90b

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ jobs:
367367
"itsybitsy_esp32",
368368
"dfrobot_beetle_esp32c3",
369369
"wippersnapper_qtpy_esp32c3",
370+
"espressif_esp32c5_devkitc_1_n8r4_debug",
370371
"wippersnapper_feather_esp32c6"
371372
]
372373
include:
@@ -375,6 +376,8 @@ jobs:
375376
arduino-platform: "dfrobot_beetle_esp32c3"
376377
- offset: "0x0"
377378
arduino-platform: "wippersnapper_qtpy_esp32c3"
379+
- offset: "0x0"
380+
arduino-platform: "espressif_esp32c5_devkitc_1_n8r4_debug"
378381
- offset: "0x0"
379382
arduino-platform: "wippersnapper_feather_esp32c6"
380383
steps:
@@ -905,11 +908,13 @@ jobs:
905908
arduino-platform:
906909
[
907910
"wippersnapper_feather_esp32c6_debug",
911+
"wippersnapper_feather_esp32c6_debug",
908912
]
909913
include:
910914
- offset: "0x1000"
911915
- offset: "0x0"
912916
arduino-platform: "wippersnapper_feather_esp32c6_debug"
917+
913918
steps:
914919
- name: "skip if unwanted"
915920
continue-on-error: true
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)