Files
platform-espressif32/boards/lionbit.json
T

43 lines
806 B
JSON
Raw Normal View History

2022-01-03 17:20:08 +05:30
{
"build": {
"core": "esp32",
2022-05-16 13:18:16 +03:00
"extra_flags": [
"-DARDUINO_LIONBIT",
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1"
],
2022-01-03 17:20:08 +05:30
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
2025-11-05 18:33:57 +01:00
"flags": "-DCORE_DEBUG_LEVEL=5",
2022-01-03 17:20:08 +05:30
"mcu": "esp32",
2022-05-16 13:18:16 +03:00
"variant": "lionbit"
2022-01-03 17:20:08 +05:30
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
2022-05-16 13:18:16 +03:00
"name": "Lion:Bit Dev Board",
2022-01-03 17:20:08 +05:30
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 115200
},
"monitor": {
2025-11-05 18:33:57 +01:00
"speed": 115200
2022-01-03 17:20:08 +05:30
},
"url": "http://lionbit.lk/",
2022-05-16 13:18:16 +03:00
"vendor": "Lion:Bit"
2022-01-03 17:20:08 +05:30
}