From 3da6e3c0436d0cf842cfd2971e1207d229fab7f8 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Tue, 4 Feb 2025 20:08:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20Adds=20board=20config=20for=20se?= =?UTF-8?q?eed=20xiao=20esp32=20s3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- esp32/platformio.ini | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/esp32/platformio.ini b/esp32/platformio.ini index 0ed838f..152973a 100644 --- a/esp32/platformio.ini +++ b/esp32/platformio.ini @@ -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 =