File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ jobs:
159159 [
160160 " magtag" ,
161161 " metroesp32s2" ,
162+ " metroesp32s3" ,
162163 " feather_esp32s2" ,
163164 " feather_esp32s2_tft" ,
164165 " feather_esp32s2_reverse_tft" ,
@@ -570,6 +571,8 @@ jobs:
570571 " feather_esp32s3_4mbflash_2mbpsram_debug" ,
571572 " feather_esp32s3_tft_debug" ,
572573 " wippersnapper_feather_esp32s3_reverse_tft_debug" ,
574+ " metroesp32s2_debug" ,
575+ " metroesp32s3_debug" ,
573576 ]
574577 steps :
575578 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -262,6 +262,15 @@ build_flags = -DARDUINO_METRO_ESP32S2 -DBOARD_HAS_PSRAM
262262board_build.partitions = tinyuf2-partitions-4MB.csv
263263extra_scripts = pre:rename_usb_config.py
264264
265+ ; Adafruit Metro ESP32-S3
266+ [env:adafruit_metro_esp32s3]
267+ extends = common:esp32
268+ board = adafruit_metro_esp32s3
269+ build_flags = -DARDUINO_METRO_ESP32S3 -DBOARD_HAS_PSRAM
270+ ; set partition to tinyuf2-partitions-16MB.csv as of idf 5.1
271+ board_build.partitions = tinyuf2-partitions-16MB.csv
272+ extra_scripts = pre:rename_usb_config.py
273+
265274; Adafruit Funhouse ESP32-S2
266275[env:adafruit_funhouse_esp32s2]
267276extends = common:esp32
You can’t perform that action at this time.
0 commit comments