feat: add M5Stack AtomS3R Echo Pyramid board (#1959)

Made-with: Cursor
This commit is contained in:
Hao Guan
2026-04-28 13:55:39 +08:00
committed by GitHub
parent 8865950405
commit 73ad50c732
6 changed files with 878 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"target": "esp32s3",
"builds": [
{
"name": "atoms3r-echo-pyramid",
"sdkconfig_append": [
"CONFIG_BOARD_TYPE_M5STACK_ATOM_S3R_ECHO_PYRAMID=y",
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/8m.csv\""
]
}
]
}