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

@@ -0,0 +1,14 @@
{
"target": "esp32c5",
"builds": [
{
"name": "esp-spot-c5",
"sdkconfig_append": [
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/8m.csv\"",
"CONFIG_PM_ENABLE=y",
"CONFIG_FREERTOS_USE_TICKLESS_IDLE=y"
]
}
]
}