File tree Expand file tree Collapse file tree 3 files changed +80
-2
lines changed Expand file tree Collapse file tree 3 files changed +80
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "cpu" : " cortex-m4" ,
4
+ "extra_flags" : " -DSTM32L476xx" ,
5
+ "f_cpu" : " 80000000L" ,
6
+ "mcu" : " stm32l476vgt6"
7
+ },
8
+ "connectivity" : [
9
+ " can"
10
+ ],
11
+ "debug" : {
12
+ "default_tools" : [
13
+ " cmsis-dap"
14
+ ],
15
+ "jlink_device" : " STM32L476RG" ,
16
+ "onboard_tools" : [
17
+ " cmsis-dap"
18
+ ],
19
+ "openocd_target" : " stm32l4x" ,
20
+ "svd_path" : " STM32L4x6.svd"
21
+ },
22
+ "frameworks" : [
23
+ " mbed" ,
24
+ " stm32cube"
25
+ ],
26
+ "name" : " L476DMW1K" ,
27
+ "upload" : {
28
+ "maximum_ram_size" : 131072 ,
29
+ "maximum_size" : 1048576 ,
30
+ "protocol" : " cmsis-dap" ,
31
+ "protocols" : [
32
+ " jlink" ,
33
+ " stlink" ,
34
+ " blackmagic" ,
35
+ " cmsis-dap"
36
+ ]
37
+ },
38
+ "url" : " https://os.mbed.com/platforms/RHOMBIO-L476DMW1K/" ,
39
+ "vendor" : " rhomb.io"
40
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "cpu" : " cortex-m4" ,
4
+ "extra_flags" : " -DSTM32F411xE" ,
5
+ "f_cpu" : " 100000000L" ,
6
+ "mcu" : " stm32f411ret6"
7
+ },
8
+ "debug" : {
9
+ "default_tools" : [
10
+ " cmsis-dap"
11
+ ],
12
+ "jlink_device" : " STM32F411RE" ,
13
+ "onboard_tools" : [
14
+ " cmsis-dap"
15
+ ],
16
+ "openocd_target" : " stm32f4x" ,
17
+ "svd_path" : " STM32F411xx.svd"
18
+ },
19
+ "frameworks" : [
20
+ " mbed" ,
21
+ " stm32cube"
22
+ ],
23
+ "name" : " Evaluation Board" ,
24
+ "upload" : {
25
+ "maximum_ram_size" : 131072 ,
26
+ "maximum_size" : 1048576 ,
27
+ "protocol" : " mbed" ,
28
+ "protocols" : [
29
+ " jlink" ,
30
+ " stlink" ,
31
+ " mbed" ,
32
+ " blackmagic" ,
33
+ " cmsis-dap"
34
+ ]
35
+ },
36
+ "url" : " https://os.mbed.com/platforms/SAKURAIO_EVB_01/" ,
37
+ "vendor" : " sakura.io"
38
+ }
Original file line number Diff line number Diff line change 12
12
"type" : " git" ,
13
13
"url" : " https://github.com/platformio/platform-ststm32.git"
14
14
},
15
- "version" : " 5.4.0 " ,
15
+ "version" : " 5.4.1 " ,
16
16
"packageRepositories" : [
17
17
" https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
18
18
" http://dl.platformio.org/packages/manifest.json"
76
76
"framework-arduinoststm32-maple" : {
77
77
"type" : " framework" ,
78
78
"optional" : true ,
79
- "version" : " ~1.10000.190220 "
79
+ "version" : " ~1.10000.190516 "
80
80
},
81
81
"framework-arduinostm32mxchip" : {
82
82
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments