File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments