Skip to content

Commit

Permalink
board: add reel_board and reel_board_v2
Browse files Browse the repository at this point in the history
reel_board and reel_board_v2 differ in the passive display being used.
  • Loading branch information
jonas-rem committed Dec 22, 2020
1 parent 9934970 commit a43b361
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 0 deletions.
45 changes: 45 additions & 0 deletions boards/reel_board.json
Original file line number Diff line number Diff line change
@@ -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"
}
45 changes: 45 additions & 0 deletions boards/reel_board_v2.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit a43b361

Please sign in to comment.