From 0a6d88a2d0ec330ac848d9b887293e5c5517c04b Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Fri, 16 Apr 2021 12:23:38 +0800 Subject: [PATCH] add not complete WIP for wizcore4600 --- boards/wiscore_rak4600.json | 71 +++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 boards/wiscore_rak4600.json diff --git a/boards/wiscore_rak4600.json b/boards/wiscore_rak4600.json new file mode 100644 index 000000000..56f73f4b5 --- /dev/null +++ b/boards/wiscore_rak4600.json @@ -0,0 +1,71 @@ +{ + "build": { + "arduino": { + "ldscript": "nrf52832_s132_v6.ld" + }, + "core": "nRF5", + "cpu": "cortex-m4", + "extra_flags": "-DNRF52832_XXAA -DNRF52", + "f_cpu": "64000000L", + "hwids": [ + [ + "0x239A", + "0x8029" + ], + [ + "0x239A", + "0x0029" + ], + [ + "0x239A", + "0x002A" + ], + [ + "0x239A", + "0x802A" + ] + ], + "usb_product": "Feather nRF52832 Express", + "mcu": "nrf52832", + "variant": "WisCore_RAK4600_Board", + "bsp": { + "name": "adafruit" + }, + "softdevice": { + "sd_flags": "-DS132", + "sd_name": "s132", + "sd_version": "6.1.1", + "sd_fwid": "0x00B7" + }, + "zephyr": { + "variant": "nrf52_adafruit_feather" + } + }, + "connectivity": [ + "bluetooth" + ], + "debug": { + "jlink_device": "nRF52832_xxAA", + "svd_path": "nrf52.svd" + }, + "frameworks": [ + "arduino", + "zephyr" + ], + "name": "Adafruit Bluefruit nRF52832 Feather", + "upload": { + "maximum_ram_size": 65536, + "maximum_size": 524288, + "require_upload_port": true, + "speed": 115200, + "protocol": "nrfutil", + "protocols": [ + "jlink", + "nrfjprog", + "nrfutil", + "stlink" + ] + }, + "url": "https://www.adafruit.com/product/3406", + "vendor": "Adafruit" +} \ No newline at end of file