File tree Expand file tree Collapse file tree 5 files changed +138
-3
lines changed
examples/arduino-bluefruit-bleuart Expand file tree Collapse file tree 5 files changed +138
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " nRF5" ,
4
+ "cpu" : " cortex-m4" ,
5
+ "extra_flags" : " -DARDUINO_NRF52840_CIRCUITPLAY -DNRF52840_XXAA -DCIRCUITPLAY_NRF52840" ,
6
+ "f_cpu" : " 64000000L" ,
7
+ "hwids" : [
8
+ [
9
+ " 0x239A" ,
10
+ " 0x8045"
11
+ ],
12
+ [
13
+ " 0x239A" ,
14
+ " 0x0045"
15
+ ],
16
+ [
17
+ " 0x239A" ,
18
+ " 0x0046"
19
+ ],
20
+ [
21
+ " 0x239A" ,
22
+ " 0x8046"
23
+ ]
24
+ ],
25
+ "usb_product" : " Circuit Playground Bluefruit" ,
26
+ "ldscript" : " nrf52840_s140_v6.ld" ,
27
+ "mcu" : " nrf52840" ,
28
+ "variant" : " circuitplayground_nrf52840" ,
29
+ "bsp" : {
30
+ "name" : " adafruit"
31
+ },
32
+ "softdevice" : {
33
+ "sd_flags" : " -DS140" ,
34
+ "sd_name" : " s140" ,
35
+ "sd_version" : " 6.1.1" ,
36
+ "sd_fwid" : " 0x00B6"
37
+ },
38
+ "bootloader" : {
39
+ "settings_addr" : " 0xFF000"
40
+ }
41
+ },
42
+ "connectivity" : [
43
+ " bluetooth"
44
+ ],
45
+ "debug" : {
46
+ "jlink_device" : " nRF52840_xxAA" ,
47
+ "svd_path" : " nrf52.svd"
48
+ },
49
+ "frameworks" : [
50
+ " arduino"
51
+ ],
52
+ "name" : " Circuit Playground Bluefruit" ,
53
+ "upload" : {
54
+ "maximum_ram_size" : 248832 ,
55
+ "maximum_size" : 815104 ,
56
+ "require_upload_port" : true ,
57
+ "speed" : 115200 ,
58
+ "protocol" : " nrfutil" ,
59
+ "protocols" : [
60
+ " jlink" ,
61
+ " nrfjprog" ,
62
+ " nrfutil"
63
+ ]
64
+ },
65
+ "url" : " https://www.adafruit.com/product/4333" ,
66
+ "vendor" : " Adafruit"
67
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " nRF5" ,
4
+ "cpu" : " cortex-m4" ,
5
+ "extra_flags" : " -DARDUINO_NRF52840_FEATHER -DNRF52840_XXAA -DNRF52840_XXAA" ,
6
+ "f_cpu" : " 64000000L" ,
7
+ "hwids" : [
8
+ [
9
+ " 0x239A" ,
10
+ " 0x8029"
11
+ ]
12
+ ],
13
+ "usb_product" : " Particle Xenon" ,
14
+ "ldscript" : " nrf52840_s140_v6.ld" ,
15
+ "mcu" : " nrf52840" ,
16
+ "variant" : " particle_xenon" ,
17
+ "bsp" : {
18
+ "name" : " adafruit"
19
+ },
20
+ "softdevice" : {
21
+ "sd_flags" : " -DS140" ,
22
+ "sd_name" : " s140" ,
23
+ "sd_version" : " 6.1.1" ,
24
+ "sd_fwid" : " 0x00B6"
25
+ },
26
+ "bootloader" : {
27
+ "settings_addr" : " 0xFF000"
28
+ }
29
+ },
30
+ "connectivity" : [
31
+ " bluetooth"
32
+ ],
33
+ "debug" : {
34
+ "jlink_device" : " nRF52840_xxAA" ,
35
+ "svd_path" : " nrf52.svd"
36
+ },
37
+ "frameworks" : [
38
+ " arduino"
39
+ ],
40
+ "name" : " Xenon" ,
41
+ "upload" : {
42
+ "maximum_ram_size" : 248832 ,
43
+ "maximum_size" : 815104 ,
44
+ "require_upload_port" : true ,
45
+ "speed" : 115200 ,
46
+ "protocol" : " nrfutil" ,
47
+ "protocols" : [
48
+ " jlink" ,
49
+ " nrfjprog" ,
50
+ " nrfutil"
51
+ ]
52
+ },
53
+ "url" : " https://docs.particle.io/xenon" ,
54
+ "vendor" : " Particle"
55
+ }
Original file line number Diff line number Diff line change @@ -31,3 +31,16 @@ platform = nordicnrf52
31
31
framework = arduino
32
32
board = adafruit_metro_nrf52840
33
33
monitor_speed = 115200
34
+
35
+ [env:adafruit_cplaynrf52840]
36
+ platform = nordicnrf52
37
+ framework = arduino
38
+ board = adafruit_cplaynrf52840
39
+ monitor_speed = 115200
40
+
41
+ [env:particle_xenon]
42
+ platform = nordicnrf52
43
+ framework = arduino
44
+ board = particle_xenon
45
+ monitor_speed = 115200
46
+
Original file line number Diff line number Diff line change 12
12
"type" : " git" ,
13
13
"url" : " https://github.com/platformio/platform-nordicnrf52.git"
14
14
},
15
- "version" : " 3.6 .0" ,
15
+ "version" : " 3.7 .0" ,
16
16
"packageRepositories" : [
17
17
" https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
18
18
" http://dl.platformio.org/packages/manifest.json"
40
40
"framework-arduinoadafruitnrf52" : {
41
41
"type" : " framework" ,
42
42
"optional" : true ,
43
- "version" : " ~1.1101 .0"
43
+ "version" : " ~1.1300 .0"
44
44
},
45
45
"framework-arduinonordicnrf5" : {
46
46
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments