Files
platform-espressif32/boards/labplus_mpython.json
T

35 lines
659 B
JSON
Raw Normal View History

2021-02-24 11:09:54 +02:00
{
"build": {
2025-11-05 18:33:57 +01:00
"arduino": {
2021-02-24 11:09:54 +02:00
"partitions": "huge_app.csv"
},
"core": "esp32",
"extra_flags": "-DARDUINO_ESP32_DEV",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
2021-02-24 11:09:54 +02:00
"mcu": "esp32",
"variant": "mpython"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "Labplus mPython",
"upload": {
"flash_size": "8MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 460800
},
"url": "https://github.com/labplus-cn/mpython",
"vendor": "Labplus"
}