mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-19 12:57:19 +00:00
43 lines
995 B
JSON
43 lines
995 B
JSON
{
|
|
"build": {
|
|
"arduino": {
|
|
"ldscript": "esp32s3_out.ld"
|
|
},
|
|
"core": "esp32",
|
|
"extra_flags": [
|
|
"-DARDUINO_ESP32S3_DEV",
|
|
"-DARDUINO_USB_MODE=1",
|
|
"-DARDUINO_RUNNING_CORE=1",
|
|
"-DARDUINO_EVENT_RUNNING_CORE=1"
|
|
],
|
|
"f_cpu": "240000000L",
|
|
"f_flash": "80000000L",
|
|
"flash_mode": "qio",
|
|
"mcu": "esp32s3",
|
|
"variant": "esp32s3"
|
|
},
|
|
"connectivity": [
|
|
"wifi"
|
|
],
|
|
"debug": {
|
|
"default_tool": "esp-builtin",
|
|
"onboard_tools": [
|
|
"esp-builtin"
|
|
],
|
|
"openocd_target": "esp32s3.cfg"
|
|
},
|
|
"frameworks": [
|
|
"arduino",
|
|
"espidf"
|
|
],
|
|
"name": "ESP32-S3-FLASH-16MB",
|
|
"upload": {
|
|
"flash_size": "16MB",
|
|
"maximum_ram_size": 327680,
|
|
"maximum_size": 16777216,
|
|
"require_upload_port": true,
|
|
"speed": 921600
|
|
},
|
|
"url": "null",
|
|
"vendor": "null"
|
|
} |