Skip to content

Commit

Permalink
Add/update boards
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Jun 24, 2022
1 parent ff1410c commit 0a0f70e
Show file tree
Hide file tree
Showing 13 changed files with 297 additions and 19 deletions.
3 changes: 2 additions & 1 deletion boards/BT5032A.json → boards/BT5032A_TB.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"extra_flags": "-DARDUINO_BT5032A -D__STACK_SIZE=2048",
"f_cpu": "64000000L",
"mcu": "nrf52832_xxaa",
"variant": "BT5032A"
"variant": "BT5032A_TB"
},
"connectivity": [
"bluetooth"
Expand All @@ -29,6 +29,7 @@
"jlink",
"nrfjprog",
"stlink",
"cmsis-dap",
"blackmagic"
]
},
Expand Down
38 changes: 38 additions & 0 deletions boards/bluey.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"build": {
"arduino":{
"ldscript": "nrf52_xxaa.ld"
},
"core": "nRF5",
"cpu": "cortex-m4",
"extra_flags": "-DARDUINO_ELECTRONUT_BLUEY -D__STACK_SIZE=204",
"f_cpu": "64000000L",
"mcu": "nrf52832_xxaa",
"variant": "bluey"
},
"connectivity": [
"bluetooth"
],
"debug": {
"jlink_device": "nRF52832_xxAA",
"svd_path": "nrf52.svd"
},
"frameworks": [
"arduino"
],
"name": "Bluey nRF52832 IoT",
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 524288,
"protocol": "jlink",
"protocols": [
"jlink",
"nrfjprog",
"stlink",
"cmsis-dap",
"blackmagic"
]
},
"url": "https://electronut.in/portfolio/bluey/",
"vendor": "Electronut Labs"
}
38 changes: 38 additions & 0 deletions boards/hackaBLE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"build": {
"arduino":{
"ldscript": "nrf52_xxaa.ld"
},
"core": "nRF5",
"cpu": "cortex-m4",
"extra_flags": "-DARDUINO_ELECTRONUT_HACKABLE -D__STACK_SIZE=2048",
"f_cpu": "64000000L",
"mcu": "nrf52832_xxaa",
"variant": "hackaBLE"
},
"connectivity": [
"bluetooth"
],
"debug": {
"jlink_device": "nRF52832_xxAA",
"svd_path": "nrf52.svd"
},
"frameworks": [
"arduino"
],
"name": "hackaBLE",
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 524288,
"protocol": "jlink",
"protocols": [
"jlink",
"nrfjprog",
"stlink",
"cmsis-dap",
"blackmagic"
]
},
"url": "https://electronut.in/portfolio/hackaBLE/",
"vendor": "Electronut Labs"
}
38 changes: 38 additions & 0 deletions boards/hackaBLE_v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"build": {
"arduino":{
"ldscript": "nrf52_xxaa.ld"
},
"core": "nRF5",
"cpu": "cortex-m4",
"extra_flags": "-DARDUINO_ELECTRONUT_HACKABLE -D__STACK_SIZE=2048",
"f_cpu": "64000000L",
"mcu": "nrf52832_xxaa",
"variant": "hackaBLE_v2"
},
"connectivity": [
"bluetooth"
],
"debug": {
"jlink_device": "nRF52832_xxAA",
"svd_path": "nrf52.svd"
},
"frameworks": [
"arduino"
],
"name": "hackaBLE_v2",
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 524288,
"protocol": "jlink",
"protocols": [
"jlink",
"nrfjprog",
"stlink",
"cmsis-dap",
"blackmagic"
]
},
"url": "https://electronut.in/portfolio/hackaBLE/",
"vendor": "Electronut Labs"
}
45 changes: 45 additions & 0 deletions boards/nRF52840_dk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"build": {
"arduino":{
"ldscript": "nrf52840_xxaa.ld"
},
"core": "nRF5",
"cpu": "cortex-m4",
"extra_flags": "-DARDUINO_NRF52_DK -D__STACK_SIZE=2048",
"f_cpu": "64000000L",
"mcu": "nrf52840_xxaa",
"variant": "nRF52840_DK"
},
"connectivity": [
"bluetooth"
],
"debug": {
"default_tools": [
"jlink"
],
"jlink_device": "nRF52840_xxAA",
"onboard_tools": [
"cmsis-dap",
"jlink"
],
"svd_path": "nrf52840.svd"
},
"frameworks": [
"arduino"
],
"name": "Nordic nRF52840-DK",
"upload": {
"maximum_ram_size": 262144,
"maximum_size": 1048576,
"protocol": "jlink",
"protocols": [
"jlink",
"nrfjprog",
"stlink",
"blackmagic",
"cmsis-dap"
]
},
"url": "https://www.nordicsemi.com/Products/Development-hardware/nRF52840-DK",
"vendor": "Nordic"
}
4 changes: 2 additions & 2 deletions boards/nrf51_dongle.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"cpu": "cortex-m0",
"extra_flags": "-DARDUINO_GENERIC -DDEVICE_RAM_SIZE=32 -D__STACK_SIZE=800",
"f_cpu": "16000000L",
"mcu": "nrf51822",
"variant": "nRF51Dongle"
"mcu": "nrf51822_xxac",
"variant": "nRF51_Dongle"
},
"connectivity": [
"bluetooth"
Expand Down
2 changes: 1 addition & 1 deletion boards/nrf52_dk.json → boards/nrf52832_dk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"extra_flags": "-DARDUINO_NRF52_DK -D__STACK_SIZE=2048",
"f_cpu": "64000000L",
"mcu": "nrf52832_xxaa",
"variant": "nRF52DK"
"variant": "nRF52832_DK"
},
"connectivity": [
"bluetooth"
Expand Down
2 changes: 1 addition & 1 deletion boards/nrf52833_dk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"extra_flags": "-DARDUINO_NRF52833_DK -D__STACK_SIZE=2048",
"f_cpu": "64000000L",
"mcu": "nrf52833_xxaa",
"variant": "nrf52833DK"
"variant": "nRF52833_DK"
},
"connectivity": [
"bluetooth"
Expand Down
File renamed without changes.
41 changes: 41 additions & 0 deletions boards/redbear_blenano2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"build": {
"arduino":{
"ldscript": "nrf52_xxaa.ld"
},
"core": "nRF5",
"cpu": "cortex-m4",
"extra_flags": "-DARDUINO_RB_BLE_NANO_2 -D__STACK_SIZE=2048",
"f_cpu": "64000000L",
"mcu": "nrf52832_xxaa",
"variant": "RedBear_BLENano2"
},
"connectivity": [
"bluetooth"
],
"debug": {
"jlink_device": "nRF52832_xxAA",
"onboard_tools": [
"cmsis-dap"
],
"svd_path": "nrf52.svd"
},
"frameworks": [
"arduino"
],
"name": "RedBearLab BLE Nano 2",
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 524288,
"protocol": "cmsis-dap",
"protocols": [
"jlink",
"nrfjprog",
"stlink",
"blackmagic",
"cmsis-dap"
]
},
"url": "https://redbear.cc/product/ble-nano-2-soldered.html",
"vendor": "RedBearLab"
}
41 changes: 41 additions & 0 deletions boards/redbear_blend2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"build": {
"arduino":{
"ldscript": "nrf52_xxaa.ld"
},
"core": "nRF5",
"cpu": "cortex-m4",
"extra_flags": "-DARDUINO_RB_BLEND_2 -D__STACK_SIZE=2048",
"f_cpu": "64000000L",
"mcu": "nrf52832_xxaa",
"variant": "RedBear_Blend2"
},
"connectivity": [
"bluetooth"
],
"debug": {
"jlink_device": "nRF52832_xxAA",
"onboard_tools": [
"cmsis-dap"
],
"svd_path": "nrf52.svd"
},
"frameworks": [
"arduino"
],
"name": "RedBearLab Blend 2",
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 524288,
"protocol": "cmsis-dap",
"protocols": [
"jlink",
"nrfjprog",
"stlink",
"blackmagic",
"cmsis-dap"
]
},
"url": "https://redbear.cc/product/ble/blend-2.html",
"vendor": "RedBearLab"
}
File renamed without changes.
Loading

0 comments on commit 0a0f70e

Please sign in to comment.