feat: add esp-spot c5 (#1462)

* feat: add esp-spot c5

* fix: fix table custom filename
This commit is contained in:
laride
2025-11-20 15:52:49 +08:00
committed by GitHub
parent 860d12a12c
commit 908c9d5708
10 changed files with 557 additions and 283 deletions

View File

@@ -153,6 +153,9 @@ choice BOARD_TYPE
config BOARD_TYPE_ESP_SPOT_S3
bool "Espressif Spot-S3"
depends on IDF_TARGET_ESP32S3
config BOARD_TYPE_ESP_SPOT_C5
bool "Espressif Spot-C5"
depends on IDF_TARGET_ESP32C5
config BOARD_TYPE_ESP_HI
bool "Espressif ESP-HI"
depends on IDF_TARGET_ESP32C3