kopia lustrzana https://github.com/meshtastic/firmware
41 wiersze
901 B
JSON
41 wiersze
901 B
JSON
{
|
|
"build": {
|
|
"arduino": {
|
|
"ldscript": "nrf52832_s132_v6.ld"
|
|
},
|
|
"core": "nRF5",
|
|
"cpu": "cortex-m4",
|
|
"extra_flags": "-DNRF52832_XXAA -DNRF52",
|
|
"f_cpu": "64000000L",
|
|
"mcu": "nrf52832",
|
|
"variant": "lora_isp4520",
|
|
"bsp": {
|
|
"name": "adafruit"
|
|
},
|
|
"softdevice": {
|
|
"sd_flags": "-DS132",
|
|
"sd_name": "s132",
|
|
"sd_version": "6.1.1",
|
|
"sd_fwid": "0x00B7"
|
|
}
|
|
},
|
|
"connectivity": ["bluetooth"],
|
|
"debug": {
|
|
"jlink_device": "nRF52832_xxAA",
|
|
"svd_path": "nrf52.svd",
|
|
"openocd_target": "nrf52840-mdk-rs"
|
|
},
|
|
"frameworks": ["arduino"],
|
|
"name": "lora ISP4520",
|
|
"upload": {
|
|
"maximum_ram_size": 65536,
|
|
"maximum_size": 524288,
|
|
"require_upload_port": true,
|
|
"speed": 115200,
|
|
"protocol": "nrfutil",
|
|
"protocols": ["jlink", "nrfjprog", "nrfutil", "stlink"]
|
|
},
|
|
"url": "",
|
|
"vendor": "PsiSoft"
|
|
}
|