Some checks failed
Build and deploy Docs site to GitHub Pages / github-pages (push) Has been cancelled
Run Unit Tests / test (push) Has been cancelled
PR Build Check / build (Heltec_v3_companion_radio_ble) (push) Has been cancelled
PR Build Check / build (Heltec_v3_repeater) (push) Has been cancelled
PR Build Check / build (Heltec_v3_room_server) (push) Has been cancelled
PR Build Check / build (LilyGo_Tlora_C6_repeater_) (push) Has been cancelled
PR Build Check / build (PicoW_repeater) (push) Has been cancelled
PR Build Check / build (RAK_4631_companion_radio_ble) (push) Has been cancelled
PR Build Check / build (RAK_4631_repeater) (push) Has been cancelled
PR Build Check / build (RAK_4631_room_server) (push) Has been cancelled
PR Build Check / build (Tbeam_SX1276_repeater) (push) Has been cancelled
PR Build Check / build (wio-e5-mini_repeater) (push) Has been cancelled
PR Build Check / build (wio_wm1110_repeater) (push) Has been cancelled
66 lines
1.3 KiB
JSON
66 lines
1.3 KiB
JSON
{
|
|
"build": {
|
|
"arduino":{
|
|
"ldscript": "nrf52840_s140_v6.ld"
|
|
},
|
|
"core": "nRF5",
|
|
"cpu": "cortex-m4",
|
|
"extra_flags": "-DARDUINO_NRF52840_T_IMPULSE_PLUS -DNRF52840_XXAA",
|
|
"f_cpu": "64000000L",
|
|
"hwids": [
|
|
[
|
|
"0x239A",
|
|
"0x8029"
|
|
]
|
|
],
|
|
"usb_product": "T-Impulse-Plus-nRF52840",
|
|
"mcu": "nrf52840",
|
|
"variant": "t_impulse_plus_nrf52840",
|
|
"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": "nrf52.cfg"
|
|
},
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"name": "Lilygo T-Impulse-Plus-nRF52840",
|
|
"upload": {
|
|
"maximum_ram_size": 248832,
|
|
"maximum_size": 815104,
|
|
"require_upload_port": true,
|
|
"speed": 115200,
|
|
"protocol": "nrfutil",
|
|
"protocols": [
|
|
"jlink",
|
|
"nrfjprog",
|
|
"stlink",
|
|
"cmsis-dap",
|
|
"blackmagic"
|
|
],
|
|
"use_1200bps_touch": true,
|
|
"wait_for_upload_port": true
|
|
},
|
|
"url": "https://www.lilygo.cc/",
|
|
"vendor": "Lilygo"
|
|
}
|