40 lines
778 B
JSON
40 lines
778 B
JSON
{
|
|
"build": {
|
|
"arduino":{
|
|
"ldscript": "esp32_out.ld"
|
|
},
|
|
"core": "mbcwb",
|
|
"extra_flags": "-DBRIKI_MBC_WB_ESP -DBRIKI_ABC -w",
|
|
"f_cpu": "240000000L",
|
|
"f_flash": "80000000L",
|
|
"flash_mode": "dio",
|
|
"mcu": "esp32",
|
|
"variant": "briki_mbcwb_esp32",
|
|
"partitions": "8MB_ffat.csv"
|
|
},
|
|
"connectivity": [
|
|
"wifi",
|
|
"bluetooth",
|
|
"ethernet",
|
|
"can"
|
|
],
|
|
"debug": {
|
|
"openocd_board": "esp-wroom-32.cfg"
|
|
},
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"name": "Briki ABC (MBC-WB) - ESP32",
|
|
"upload": {
|
|
"protocol": "mbctool",
|
|
"flash_size": "8MB",
|
|
"maximum_ram_size": 327680,
|
|
"maximum_size": 3407872,
|
|
"require_upload_port": true,
|
|
"speed": 1500000
|
|
|
|
},
|
|
"url": "https://briki.org",
|
|
"vendor": "meteca"
|
|
}
|