2024-02-10 23:55:32 +00:00
|
|
|
{
|
|
|
|
"build": {
|
|
|
|
"arduino": {
|
|
|
|
"ldscript": "nrf52840_s140_v6.ld"
|
|
|
|
},
|
|
|
|
"core": "nRF5",
|
|
|
|
"cpu": "cortex-m4",
|
|
|
|
"extra_flags": "-DARDUINO_NRF52840_CANARY -DNRF52840_XXAA",
|
|
|
|
"f_cpu": "64000000L",
|
2024-03-07 21:51:28 +00:00
|
|
|
"hwids": [
|
|
|
|
["0x239A", "0x4405"],
|
|
|
|
["0x239A", "0x009F"]
|
|
|
|
],
|
2024-02-10 23:55:32 +00:00
|
|
|
"usb_product": "CanaryOne",
|
|
|
|
"mcu": "nrf52840",
|
|
|
|
"variant": "canaryone",
|
|
|
|
"variants_dir": "variants",
|
|
|
|
"bsp": {
|
|
|
|
"name": "adafruit"
|
|
|
|
},
|
|
|
|
"softdevice": {
|
|
|
|
"sd_flags": "-DS140",
|
|
|
|
"sd_name": "s140",
|
|
|
|
"sd_version": "6.1.1",
|
|
|
|
"sd_fwid": "0x00B6"
|
|
|
|
},
|
|
|
|
"bootloader": {
|
|
|
|
"settings_addr": "0xFF000"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"connectivity": ["bluetooth"],
|
|
|
|
"debug": {
|
|
|
|
"jlink_device": "nRF52840_xxAA",
|
|
|
|
"onboard_tools": ["jlink"],
|
|
|
|
"svd_path": "nrf52840.svd",
|
|
|
|
"openocd_target": "nrf52840-mdk-rs"
|
|
|
|
},
|
|
|
|
"frameworks": ["arduino"],
|
|
|
|
"name": "Canary (Adafruit BSP)",
|
|
|
|
"upload": {
|
|
|
|
"maximum_ram_size": 248832,
|
|
|
|
"maximum_size": 815104,
|
|
|
|
"speed": 115200,
|
|
|
|
"protocol": "nrfutil",
|
|
|
|
"protocols": ["jlink", "nrfjprog", "nrfutil", "stlink"],
|
|
|
|
"use_1200bps_touch": true,
|
|
|
|
"require_upload_port": true,
|
|
|
|
"wait_for_upload_port": true
|
|
|
|
},
|
|
|
|
"url": "https://canaryradio.io/",
|
|
|
|
"vendor": "Canary Radio Company"
|
|
|
|
}
|