feat(board): add rymcu-bigsmart board support

This commit is contained in:
Hugh-rymcu
2026-04-23 20:44:35 +08:00
parent 8865950405
commit 07e2a11253
6 changed files with 405 additions and 2 deletions

View File

@ -0,0 +1,11 @@
{
"target": "esp32s3",
"builds": [
{
"name": "rymcu-bigsmart",
"sdkconfig_append": [
"CONFIG_USE_DEVICE_AEC=y"
]
}
]
}