Create main/boards/rymcu/bigsmart so future RYMCU boards can live under the same manufacturer directory. Update CMake to set MANUFACTURER to rymcu while preserving BOARD_NAME as rymcu-bigsmart, and adjust config.json so release output remains rymcu-bigsmart.
13 lines
222 B
JSON
13 lines
222 B
JSON
{
|
|
"manufacturer": "rymcu",
|
|
"target": "esp32s3",
|
|
"builds": [
|
|
{
|
|
"name": "bigsmart",
|
|
"sdkconfig_append": [
|
|
"CONFIG_USE_DEVICE_AEC=y"
|
|
]
|
|
}
|
|
]
|
|
}
|