📃 Adds board config for seeed xiao esp32 s3

This commit is contained in:
Rune Harlyk
2025-02-04 20:08:43 +01:00
committed by Rune Harlyk
parent 625b228103
commit 3da6e3c043
+17 -1
View File
@@ -51,6 +51,22 @@ build_flags =
-D SDA_PIN=47
-D SCL_PIN=21
[env:seeed-xiao-esp32s3]
platform = espressif32
board = seeed_xiao_esp32s3
board_build.mcu = esp32s3
board_build.f_cpu = 240000000L
build_flags =
${env.build_flags}
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
-D USE_CAMERA=1
-D CAMERA_MODEL_XIAO_ESP32S3=1
;-D USS_LEFT_PIN=1
;-D USS_RIGHT_PIN=14
-D SDA_PIN=5
-D SCL_PIN=6
[env:esp32dev]
board = esp32dev
board_build.partitions = min_spiffs.csv
@@ -62,7 +78,7 @@ build_flags =
; General environment section
[env]
platform = espressif32 @ 6.6.0
platform = espressif32 @ 6.8.1
framework = arduino
monitor_speed = 115200
monitor_filters =