File tree Expand file tree Collapse file tree 11 files changed +277
-7
lines changed Expand file tree Collapse file tree 11 files changed +277
-7
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " stm32" ,
4
+ "cpu" : " cortex-m4" ,
5
+ "extra_flags" : " -DSTM32L4xx -DSTM32L4R5xx" ,
6
+ "f_cpu" : " 120000000L" ,
7
+ "framework_extra_flags" : {
8
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
9
+ },
10
+ "mcu" : " stm32l4r5ziy6" ,
11
+ "product_line" : " STM32L4R5xx" ,
12
+ "variant" : " STM32L4xx/L4R5Z(G-I)Y_L4R9Z(G-I)Y_L4S5ZIY_L4S9ZIY"
13
+ },
14
+ "connectivity" : [
15
+ " can"
16
+ ],
17
+ "debug" : {
18
+ "jlink_device" : " STM32L4R5ZI" ,
19
+ "openocd_target" : " stm32l4x" ,
20
+ "svd_path" : " STM32L4R5.svd"
21
+ },
22
+ "frameworks" : [
23
+ " arduino" ,
24
+ " stm32cube"
25
+ ],
26
+ "name" : " BluesWireless Swan R5" ,
27
+ "upload" : {
28
+ "maximum_ram_size" : 655360 ,
29
+ "maximum_size" : 2097152 ,
30
+ "protocol" : " stlink" ,
31
+ "protocols" : [
32
+ " dfu" ,
33
+ " blackmagic" ,
34
+ " cmsis-dap" ,
35
+ " jlink" ,
36
+ " serial" ,
37
+ " stlink" ,
38
+ " mbed"
39
+ ]
40
+ },
41
+ "url" : " https://blues.io/products/swan" ,
42
+ "vendor" : " BluesWireless"
43
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " stm32" ,
4
+ "cpu" : " cortex-m33" ,
5
+ "extra_flags" : " -DSTM32U5xx -DSTM32U585xx" ,
6
+ "f_cpu" : " 160000000L" ,
7
+ "framework_extra_flags" : {
8
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
9
+ },
10
+ "mcu" : " stm32u585aii6q" ,
11
+ "product_line" : " STM32U585xx" ,
12
+ "variant" : " STM32U5xx/U575A(G-I)IxQ_U585AIIxQ"
13
+ },
14
+ "connectivity" : [
15
+ " can"
16
+ ],
17
+ "debug" : {
18
+ "default_tools" : [
19
+ " stlink"
20
+ ],
21
+ "jlink_device" : " STM32U585AI" ,
22
+ "onboard_tools" : [
23
+ " stlink"
24
+ ],
25
+ "openocd_target" : " stm32u5x"
26
+ },
27
+ "frameworks" : [
28
+ " arduino"
29
+ ],
30
+ "name" : " ST B-U585I-IOT02A Discovery" ,
31
+ "upload" : {
32
+ "maximum_ram_size" : 262144 ,
33
+ "maximum_size" : 2097152 ,
34
+ "protocol" : " stlink" ,
35
+ "protocols" : [
36
+ " stlink" ,
37
+ " jlink" ,
38
+ " cmsis-dap" ,
39
+ " blackmagic" ,
40
+ " mbed"
41
+ ]
42
+ },
43
+ "url" : " https://www.st.com/en/evaluation-tools/b-u585i-iot02a.html" ,
44
+ "vendor" : " ST"
45
+ }
Original file line number Diff line number Diff line change 12
12
},
13
13
"mcu" : " stm32h750ibk6" ,
14
14
"product_line" : " STM32H750xx" ,
15
- "variant" : " STM32H7xx/H743I (G-I)(K-T)_H750IBK_H753II (K-T)"
15
+ "variant" : " STM32H7xx/H742I (G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II (K-T)"
16
16
},
17
17
"connectivity" : [
18
18
" can"
19
19
],
20
20
"debug" : {
21
21
"jlink_device" : " STM32H750IB" ,
22
- "openocd_target" : " stm32h7x"
22
+ "openocd_target" : " stm32h7x" ,
23
+ "svd_path" : " STM32H750x.svd"
23
24
},
24
25
"frameworks" : [
25
26
" arduino" ,
Original file line number Diff line number Diff line change 4
4
"extra_flags" : " -DSTM32F042x6" ,
5
5
"f_cpu" : " 48000000L" ,
6
6
"mcu" : " stm32f042k6t6" ,
7
- "product_line" : " STM32F042x6"
7
+ "product_line" : " STM32F042x6" ,
8
+ "variant" : " STM32F0xx/F042K(4-6)T"
8
9
},
9
10
"connectivity" : [
10
11
" can"
22
23
"svd_path" : " STM32F042x.svd"
23
24
},
24
25
"frameworks" : [
26
+ " arduino" ,
25
27
" cmsis" ,
26
28
" mbed" ,
27
29
" stm32cube" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " stm32" ,
4
+ "cpu" : " cortex-m0plus" ,
5
+ "extra_flags" : " -DSTM32G0xx -DSTM32G0B1xx" ,
6
+ "f_cpu" : " 64000000L" ,
7
+ "framework_extra_flags" : {
8
+ "arduino" : " -D__CORTEX_SC=0"
9
+ },
10
+ "mcu" : " stm32g0b1ret6" ,
11
+ "product_line" : " STM32G0B1xx" ,
12
+ "variant" : " STM32G0xx/G0B1RBT_G0B1R(C-E)(I-T)_G0C1R(C-E)(I-T)"
13
+ },
14
+ "debug" : {
15
+ "default_tools" : [
16
+ " stlink"
17
+ ],
18
+ "jlink_device" : " STM32G0B1RE" ,
19
+ "onboard_tools" : [
20
+ " stlink"
21
+ ],
22
+ "openocd_target" : " stm32g0x" ,
23
+ "svd_path" : " STM32G0B1.svd"
24
+ },
25
+ "frameworks" : [
26
+ " arduino" ,
27
+ " stm32cube"
28
+ ],
29
+ "name" : " ST Nucleo G0B1RE" ,
30
+ "upload" : {
31
+ "maximum_ram_size" : 147456 ,
32
+ "maximum_size" : 262144 ,
33
+ "protocol" : " stlink" ,
34
+ "protocols" : [
35
+ " blackmagic" ,
36
+ " cmsis-dap" ,
37
+ " dfu" ,
38
+ " jlink" ,
39
+ " serial" ,
40
+ " stlink" ,
41
+ " mbed"
42
+ ]
43
+ },
44
+ "url" : " https://www.st.com/en/evaluation-tools/nucleo-g0b1re.html" ,
45
+ "vendor" : " ST"
46
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "cpu" : " cortex-m0plus" ,
4
+ "extra_flags" : " -DSTM32L010xB" ,
5
+ "f_cpu" : " 32000000L" ,
6
+ "framework_extra_flags" : {
7
+ "arduino" : " -D__CORTEX_SC=0"
8
+ },
9
+ "mcu" : " stm32l010rbt6" ,
10
+ "product_line" : " STM32L010xB" ,
11
+ "variant" : " STM32L0xx/L010RBT"
12
+ },
13
+ "debug" : {
14
+ "default_tools" : [
15
+ " stlink"
16
+ ],
17
+ "jlink_device" : " STM32L010RB" ,
18
+ "onboard_tools" : [
19
+ " stlink"
20
+ ],
21
+ "openocd_target" : " stm32l0" ,
22
+ "svd_path" : " STM32L0x0.svd"
23
+ },
24
+ "frameworks" : [
25
+ " arduino" ,
26
+ " stm32cube"
27
+ ],
28
+ "name" : " ST Nucleo L010RB" ,
29
+ "upload" : {
30
+ "maximum_ram_size" : 20480 ,
31
+ "maximum_size" : 131072 ,
32
+ "protocol" : " stlink" ,
33
+ "protocols" : [
34
+ " jlink" ,
35
+ " cmsis-dap" ,
36
+ " stlink" ,
37
+ " blackmagic"
38
+ ]
39
+ },
40
+ "url" : " https://www.st.com/en/evaluation-tools/nucleo-l010rb.html" ,
41
+ "vendor" : " ST"
42
+ }
Original file line number Diff line number Diff line change 21
21
],
22
22
"openocd_board" : " st_nucleo_l4" ,
23
23
"openocd_target" : " stm32l4x" ,
24
- "svd_path" : " STM32L4x5 .svd"
24
+ "svd_path" : " STM32L4R5 .svd"
25
25
},
26
26
"frameworks" : [
27
27
" arduino" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " stm32" ,
4
+ "cpu" : " cortex-m33" ,
5
+ "extra_flags" : " -DSTM32U5xx -DSTM32U575xx" ,
6
+ "f_cpu" : " 160000000L" ,
7
+ "framework_extra_flags" : {
8
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
9
+ },
10
+ "mcu" : " stm32u575zit6q" ,
11
+ "product_line" : " STM32U575xx" ,
12
+ "variant" : " STM32U5xx/U575Z(G-I)TxQ_U585ZETxQ"
13
+ },
14
+ "connectivity" : [
15
+ " can"
16
+ ],
17
+ "debug" : {
18
+ "default_tools" : [
19
+ " stlink"
20
+ ],
21
+ "jlink_device" : " STM32U575ZI" ,
22
+ "onboard_tools" : [
23
+ " stlink"
24
+ ],
25
+ "openocd_target" : " stm32u5x"
26
+ },
27
+ "frameworks" : [
28
+ " arduino"
29
+ ],
30
+ "name" : " ST Nucleo U575ZI-Q" ,
31
+ "upload" : {
32
+ "maximum_ram_size" : 262144 ,
33
+ "maximum_size" : 2097152 ,
34
+ "protocol" : " stlink" ,
35
+ "protocols" : [
36
+ " stlink" ,
37
+ " jlink" ,
38
+ " cmsis-dap" ,
39
+ " blackmagic" ,
40
+ " mbed"
41
+ ]
42
+ },
43
+ "url" : " https://www.st.com/en/evaluation-tools/nucleo-u575zi-q.html" ,
44
+ "vendor" : " ST"
45
+ }
Original file line number Diff line number Diff line change 2
2
"build" : {
3
3
"core" : " stm32" ,
4
4
"cpu" : " cortex-m4" ,
5
- "extra_flags" : " -DSTM32WL55JC1 " ,
5
+ "extra_flags" : " -DSTM32WLxx -DSTM32WLE5xx " ,
6
6
"f_cpu" : " 48000000L" ,
7
+ "framework_extra_flags" : {
8
+ "arduino" : " -DUSE_CM4_STARTUP_FILE"
9
+ },
7
10
"mcu" : " stm32wl55jc" ,
8
- "product_line" : " STM32WL55xx"
11
+ "product_line" : " STM32WL55xx" ,
12
+ "variant" : " STM32WLxx/WL54JCI_WL55JCI_WLE4J(8-B-C)I_WLE5J(8-B-C)I"
9
13
},
10
14
"debug" : {
11
15
"default_tools" : [
19
23
"svd_path" : " STM32WL5x_CM4.svd"
20
24
},
21
25
"frameworks" : [
26
+ " arduino" ,
22
27
" zephyr"
23
28
],
24
29
"name" : " ST Nucleo WL55JC" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " stm32" ,
4
+ "cpu" : " cortex-m3" ,
5
+ "extra_flags" : " -DSTM32F103xE -DSTM32F1" ,
6
+ "f_cpu" : " 72000000L" ,
7
+ "framework_extra_flags" : {
8
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
9
+ },
10
+ "mcu" : " stm32f103rct6" ,
11
+ "product_line" : " STM32F103xE" ,
12
+ "variant" : " STM32F1xx/F103R(C-D-E)T"
13
+ },
14
+ "debug" : {
15
+ "jlink_device" : " STM32F103RC" ,
16
+ "openocd_target" : " stm32f1x" ,
17
+ "svd_path" : " STM32F103xx.svd"
18
+ },
19
+ "frameworks" : [
20
+ " arduino" ,
21
+ " cmsis" ,
22
+ " libopencm3" ,
23
+ " stm32cube"
24
+ ],
25
+ "name" : " STorM32 BGC v1.31 RC" ,
26
+ "upload" : {
27
+ "maximum_ram_size" : 49152 ,
28
+ "maximum_size" : 262144 ,
29
+ "protocol" : " stlink" ,
30
+ "protocols" : [
31
+ " jlink" ,
32
+ " cmsis-dap" ,
33
+ " stlink" ,
34
+ " blackmagic" ,
35
+ " serial" ,
36
+ " dfu"
37
+ ]
38
+ },
39
+ "url" : " http://www.olliw.eu/storm32bgc-wiki/STorM32_Boards#STorM32-BGC_v1.3" ,
40
+ "vendor" : " STorM32"
41
+ }
You can’t perform that action at this time.
0 commit comments