File tree Expand file tree Collapse file tree 4 files changed +51
-6
lines changed Expand file tree Collapse file tree 4 files changed +51
-6
lines changed Original file line number Diff line number Diff line change 5
5
},
6
6
"core" : " nRF5" ,
7
7
"cpu" : " cortex-m4" ,
8
- "extra_flags" : " -DARDUINO_BBC_MICROBIT_V2 -DNRF52833_XXAA" ,
8
+ "extra_flags" : " -DARDUINO_BBC_MICROBIT_V2 -DNRF52833_XXAA -DUSE_LFSYNT " ,
9
9
"f_cpu" : " 64000000L" ,
10
10
"mcu" : " nrf52833" ,
11
11
"variant" : " BBCmicrobitV2" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "ldscript" : " nrf52833_xxaa.ld"
5
+ },
6
+ "core" : " nRF5" ,
7
+ "cpu" : " cortex-m4" ,
8
+ "extra_flags" : " -DNRF52833_XXAA -DARDUINO_CALLIOPE_MINI_V3 -DUSE_LFSYNT" ,
9
+ "f_cpu" : " 64000000" ,
10
+ "hwids" : [
11
+ [
12
+ " 0x0D28" ,
13
+ " 0x0204"
14
+ ]
15
+ ],
16
+ "mcu" : " nrf52833" ,
17
+ "usb_product" : " CalliopeMiniV3" ,
18
+ "variant" : " CalliopeminiV3"
19
+ },
20
+ "debug" : {
21
+ "svd_path" : " nrf52.svd" ,
22
+ "openocd_extra_args" : [
23
+ " -c" ,
24
+ " transport select swd;"
25
+ ],
26
+ "jlink_device" : " nRF52833_xxAA"
27
+ },
28
+ "frameworks" : [
29
+ " arduino"
30
+ ],
31
+ "name" : " Calliope Mini v3" ,
32
+ "upload" : {
33
+ "maximum_ram_size" : 131072 ,
34
+ "maximum_size" : 524288 ,
35
+ "protocol" : " cmsis-dap" ,
36
+ "protocols" : [
37
+ " blackmagic" ,
38
+ " cmsis-dap" ,
39
+ " jlink" ,
40
+ " stlink"
41
+ ]
42
+ },
43
+ "url" : " https://calliope.cc" ,
44
+ "vendor" : " Calliope"
45
+ }
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ platform = nordicnrf52
12
12
framework = arduino
13
13
board = bbcmicrobit_v2
14
14
15
- [env:dwm1001_dev ]
15
+ [env:calliopemini_v3 ]
16
16
platform = nordicnrf52
17
17
framework = arduino
18
- board = dwm1001_dev
18
+ board = calliopemini_v3
19
19
20
20
[env:nrf52_dk]
21
21
platform = nordicnrf52
Original file line number Diff line number Diff line change 18
18
"type" : " git" ,
19
19
"url" : " https://github.com/platformio/platform-nordicnrf52.git"
20
20
},
21
- "version" : " 10.3 .0" ,
21
+ "version" : " 10.4 .0" ,
22
22
"frameworks" : {
23
23
"arduino" : {
24
24
"package" : " framework-arduinonordicnrf5" ,
60
60
"type" : " framework" ,
61
61
"optional" : true ,
62
62
"owner" : " platformio" ,
63
- "version" : " ~1.700 .0"
63
+ "version" : " ~1.800 .0"
64
64
},
65
65
"framework-arduino-mbed" : {
66
66
"type" : " framework" ,
67
67
"optional" : true ,
68
68
"owner" : " platformio" ,
69
- "version" : " ~4.0.10 "
69
+ "version" : " ~4.1.1 "
70
70
},
71
71
"framework-cmsis" : {
72
72
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments