Skip to content

Commit 92286c8

Browse files
committed
Add platformIO entry + CI entries for Metro-S3/2
1 parent 0c3636c commit 92286c8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

platformio.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,15 @@ build_flags = -DARDUINO_METRO_ESP32S2 -DBOARD_HAS_PSRAM
262262
board_build.partitions = tinyuf2-partitions-4MB.csv
263263
extra_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]
267276
extends = common:esp32

0 commit comments

Comments
 (0)