diff --git a/boards/reel_board.json b/boards/reel_board.json new file mode 100644 index 00000000..51db346b --- /dev/null +++ b/boards/reel_board.json @@ -0,0 +1,45 @@ +{ + "build": { + "cpu": "cortex-m4", + "f_cpu": "64000000L", + "mcu": "nrf52840", + "hwids": [ + [ + "0x0D28", + "0x0204" + ] + ], + "zephyr": { + "variant": "reel_board" + } + }, + "connectivity": [ + "bluetooth" + ], + "debug": { + "jlink_device": "nRF52840_xxAA", + "onboard_tools": [ + "cmsis-dap" + ], + "svd_path": "nrf52840.svd" + }, + "frameworks": [ + "zephyr" + ], + "name": "reel_board", + "upload": { + "maximum_ram_size": 262144, + "maximum_size": 1048576, + "protocol": "cmsis-dap", + "protocols": [ + "jlink", + "nrfjprog", + "blackmagic", + "cmsis-dap", + "stlink", + "mbed" + ] + }, + "url": "https://www.phytec.eu/reelboard", + "vendor": "PHYTEC" +} diff --git a/boards/reel_board_v2.json b/boards/reel_board_v2.json new file mode 100644 index 00000000..473c61c1 --- /dev/null +++ b/boards/reel_board_v2.json @@ -0,0 +1,45 @@ +{ + "build": { + "cpu": "cortex-m4", + "f_cpu": "64000000L", + "mcu": "nrf52840", + "hwids": [ + [ + "0x0D28", + "0x0204" + ] + ], + "zephyr": { + "variant": "reel_board_v2" + } + }, + "connectivity": [ + "bluetooth" + ], + "debug": { + "jlink_device": "nRF52840_xxAA", + "onboard_tools": [ + "cmsis-dap" + ], + "svd_path": "nrf52840.svd" + }, + "frameworks": [ + "zephyr" + ], + "name": "reel_board_v2", + "upload": { + "maximum_ram_size": 262144, + "maximum_size": 1048576, + "protocol": "cmsis-dap", + "protocols": [ + "jlink", + "nrfjprog", + "blackmagic", + "cmsis-dap", + "stlink", + "mbed" + ] + }, + "url": "https://www.phytec.eu/reelboard", + "vendor": "PHYTEC" +}