Initialize ESP32-S3 smoke-test project cycling the RGB led.

This commit is contained in:
2026-08-21 11:51:56 +02:00
commit 0ce360da20
10 changed files with 227 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# ESP32-S3-WROOM-1-N16R8 hardware configuration
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
CONFIG_SPIRAM=y
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_SPIRAM_SPEED_80M=y
CONFIG_SPIRAM_BOOT_INIT=y
CONFIG_SPIRAM_USE_CAPS_ALLOC=y
# Keep the initial smoke-test output concise but useful.
CONFIG_LOG_DEFAULT_LEVEL_INFO=y