mirror of https://github.com/meshcore-dev/MeshCore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
877 B
44 lines
877 B
{
|
|
"build": {
|
|
"arduino": {
|
|
"ldscript": "esp32c3_out.ld"
|
|
},
|
|
"core": "esp32",
|
|
"extra_flags": [
|
|
"-DARDUINO_ESP32C3_SUPERMINI",
|
|
"-DARDUINO_USB_MODE=1",
|
|
"-DARDUINO_USB_CDC_ON_BOOT=1"
|
|
],
|
|
"f_cpu": "160000000L",
|
|
"f_flash": "80000000L",
|
|
"flash_mode": "dio",
|
|
"hwids": [
|
|
[
|
|
"0x303a",
|
|
"0x1001"
|
|
]
|
|
],
|
|
"mcu": "esp32c3",
|
|
"variant": "esp32c3_supermini"
|
|
},
|
|
"connectivity": [
|
|
"wifi"
|
|
],
|
|
"debug": {
|
|
"openocd_target": "esp32c3.cfg"
|
|
},
|
|
"frameworks": [
|
|
"arduino",
|
|
"espidf"
|
|
],
|
|
"name": "ESP32-C3 SuperMini V1 (Maker go)",
|
|
"upload": {
|
|
"flash_size": "4MB",
|
|
"maximum_ram_size": 327680,
|
|
"maximum_size": 4194304,
|
|
"require_upload_port": true,
|
|
"speed": 460800
|
|
},
|
|
"url": "https://www.aliexpress.com/item/1005006155740481.html",
|
|
"vendor": "Maker go"
|
|
}
|
|
|