Skip to content

Commit 7e72d88

Browse files
committed
Add board.json
1 parent 2fec73e commit 7e72d88

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

boards/generic_nrf52810.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "nrf52810_xxaa.ld"
5+
},
6+
"core": "nRF5",
7+
"cpu": "cortex-m4",
8+
"extra_flags": "-DARDUINO_GENERIC",
9+
"f_cpu": "64000000L",
10+
"mcu": "nrf52810_xxaa",
11+
"variant": "Generic"
12+
},
13+
"connectivity": [
14+
"bluetooth"
15+
],
16+
"debug": {
17+
"jlink_device": "nRF52810_xxAA",
18+
"svd_path": "nrf52.svd"
19+
},
20+
"frameworks": [
21+
"arduino"
22+
],
23+
"name": "Generic nRF52810",
24+
"upload": {
25+
"maximum_ram_size": 24576,
26+
"maximum_size": 155648,
27+
"protocol": "jlink",
28+
"protocols": [
29+
"jlink",
30+
"nrfjprog",
31+
"stlink",
32+
"cmsis-dap",
33+
"blackmagic"
34+
]
35+
},
36+
"url": "https://www.nordicsemi.com/Products/Bluetooth-Low-Energy",
37+
"vendor": "Generic"
38+
}

0 commit comments

Comments
 (0)