Initial commit
This commit is contained in:
17
main/boards/movecall-moji2-esp32c5/config.json
Normal file
17
main/boards/movecall-moji2-esp32c5/config.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"target": "esp32c5",
|
||||
"builds": [
|
||||
{
|
||||
"name": "movecall-moji2-esp32c5",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y",
|
||||
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/16m.csv\"",
|
||||
"CONFIG_FREERTOS_USE_TICKLESS_IDLE=y",
|
||||
"CONFIG_SPIRAM=y",
|
||||
"CONFIG_SPIRAM_MODE_QUAD=y",
|
||||
"CONFIG_SPIRAM_SPEED_80M=y",
|
||||
"CONFIG_SPI_FLASH_FREQ_LIMIT_C5_240MHZ=y"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user