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:
159
159
[
160
160
" magtag" ,
161
161
" metroesp32s2" ,
162
+ " metroesp32s3" ,
162
163
" feather_esp32s2" ,
163
164
" feather_esp32s2_tft" ,
164
165
" feather_esp32s2_reverse_tft" ,
@@ -570,6 +571,8 @@ jobs:
570
571
" feather_esp32s3_4mbflash_2mbpsram_debug" ,
571
572
" feather_esp32s3_tft_debug" ,
572
573
" wippersnapper_feather_esp32s3_reverse_tft_debug" ,
574
+ " metroesp32s2_debug" ,
575
+ " metroesp32s3_debug" ,
573
576
]
574
577
steps :
575
578
- 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
262
262
board_build.partitions = tinyuf2-partitions-4MB.csv
263
263
extra_scripts = pre:rename_usb_config.py
264
264
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
+
265
274
; Adafruit Funhouse ESP32-S2
266
275
[env:adafruit_funhouse_esp32s2]
267
276
extends = common:esp32
You can’t perform that action at this time.
0 commit comments