44 lines
876 B
JSON
44 lines
876 B
JSON
{
|
|
"build": {
|
|
"arduino":{
|
|
"ldscript": "esp32s3_out.ld",
|
|
"partitions": "partitions_app.csv"
|
|
},
|
|
"core": "esp32",
|
|
"memory_type": "opi_opi",
|
|
"extra_flags": [
|
|
"-DARDUINO_ESP32S3_DEV",
|
|
"-DARDUINO_USB_MODE=1",
|
|
"-DARDUINO_USB_CDC_ON_BOOT=1",
|
|
"-DBOARD_HAS_PSRAM"
|
|
],
|
|
"hwids": [
|
|
["0x303A", "0x1001"]
|
|
],
|
|
"f_cpu": "240000000L",
|
|
"f_flash": "80000000L",
|
|
"flash_mode": "dio",
|
|
"mcu": "esp32s3",
|
|
"variant": "esp32s3"
|
|
},
|
|
"connectivity": [
|
|
"wifi",
|
|
"bluetooth"
|
|
],
|
|
"debug": {
|
|
"openocd_target": "esp32s3.cfg"
|
|
},
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"name": "Kode Dot",
|
|
"upload": {
|
|
"flash_size": "32MB",
|
|
"maximum_ram_size": 524288,
|
|
"maximum_size": 33554432,
|
|
"require_upload_port": true,
|
|
"speed": 921600
|
|
},
|
|
"url": "https://kode.diy",
|
|
"vendor": "kode."
|
|
} |