File tree 11 files changed +192
-8
lines changed
11 files changed +192
-8
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "cpu" : " cortex-m0plus" ,
4
+ "extra_flags" : " -DSTM32L073xx" ,
5
+ "f_cpu" : " 32000000L" ,
6
+ "framework_extra_flags" : {
7
+ "arduino" : " -D__CORTEX_SC=0 -DCUSTOM_PERIPHERAL_PINS"
8
+ },
9
+ "mcu" : " stm32l073rz" ,
10
+ "product_line" : " STM32L073xx" ,
11
+ "variant" : " STM32L0xx/L072R(B-Z)T_L073R(B-Z)T_L083R(B-Z)T"
12
+ },
13
+ "debug" : {
14
+ "jlink_device" : " STM32L073RZ" ,
15
+ "openocd_target" : " stm32l0" ,
16
+ "svd_path" : " STM32L07x.svd"
17
+ },
18
+ "frameworks" : [
19
+ " arduino" ,
20
+ " cmsis" ,
21
+ " stm32cube" ,
22
+ " libopencm3"
23
+ ],
24
+ "name" : " ACSIP S76S" ,
25
+ "upload" : {
26
+ "maximum_ram_size" : 20480 ,
27
+ "maximum_size" : 196608 ,
28
+ "protocol" : " stlink" ,
29
+ "protocols" : [
30
+ " jlink" ,
31
+ " cmsis-dap" ,
32
+ " stlink" ,
33
+ " blackmagic" ,
34
+ " mbed"
35
+ ]
36
+ },
37
+ "url" : " https://www.acsip.com.tw/index.php?action=products-detail&fid1=19&fid2=&fid3=&id=79" ,
38
+ "vendor" : " ACSIP"
39
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "variant_h" : " variant_AGAFIA_SG0.h"
5
+ },
6
+ "core" : " stm32" ,
7
+ "cpu" : " cortex-m0plus" ,
8
+ "extra_flags" : " -DSTM32G0xx -DSTM32G071xx" ,
9
+ "f_cpu" : " 64000000L" ,
10
+ "framework_extra_flags" : {
11
+ "arduino" : " -D__CORTEX_SC=0"
12
+ },
13
+ "mcu" : " stm32g071rbt6" ,
14
+ "product_line" : " STM32G071xx" ,
15
+ "variant" : " STM32G0xx/G071C(6-8-B)(T-U)_G081CB(T-U)"
16
+ },
17
+ "debug" : {
18
+ "jlink_device" : " STM32G071RB" ,
19
+ "openocd_target" : " stm32g0x" ,
20
+ "svd_path" : " STM32G071.svd"
21
+ },
22
+ "frameworks" : [
23
+ " arduino" ,
24
+ " cmsis" ,
25
+ " libopencm3" ,
26
+ " stm32cube"
27
+ ],
28
+ "name" : " Sigma IC AGAFIA SG0" ,
29
+ "upload" : {
30
+ "maximum_ram_size" : 36864 ,
31
+ "maximum_size" : 131072 ,
32
+ "protocol" : " stlink" ,
33
+ "protocols" : [
34
+ " blackmagic" ,
35
+ " cmsis-dap" ,
36
+ " jlink" ,
37
+ " stlink" ,
38
+ " mbed"
39
+ ]
40
+ },
41
+ "url" : " https://www.sigmaic.com/store/p7/agafia-sgo.html" ,
42
+ "vendor" : " Sigma IC"
43
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"build" : {
3
+ "arduino" : {
4
+ "variant_h" : " variant_BLACKPILL_F401Cx.h"
5
+ },
3
6
"core" : " stm32" ,
4
7
"cpu" : " cortex-m4" ,
5
8
"extra_flags" : " -DSTM32F4xx -DSTM32F411xE" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "variant_h" : " variant_EBB42_V1_1.h"
5
+ },
6
+ "core" : " stm32" ,
7
+ "cpu" : " cortex-m0plus" ,
8
+ "extra_flags" : " -DSTM32G0xx -DSTM32G0B1xx" ,
9
+ "f_cpu" : " 64000000L" ,
10
+ "framework_extra_flags" : {
11
+ "arduino" : " -D__CORTEX_SC=0 -DARDUINO_EBB42_V1_1"
12
+ },
13
+ "mcu" : " stm32g0b1ret6" ,
14
+ "product_line" : " STM32G0B1xx" ,
15
+ "variant" : " STM32G0xx/G0B1C(B-C-E)(T-U)_G0C1C(C-E)(T-U)"
16
+ },
17
+ "debug" : {
18
+ "default_tools" : [
19
+ " stlink"
20
+ ],
21
+ "jlink_device" : " STM32G0B1RE" ,
22
+ "onboard_tools" : [
23
+ " stlink"
24
+ ],
25
+ "openocd_target" : " stm32g0x" ,
26
+ "svd_path" : " STM32G0B1.svd"
27
+ },
28
+ "frameworks" : [
29
+ " arduino" ,
30
+ " stm32cube"
31
+ ],
32
+ "name" : " Big Tree Tech EBB42 V1.1" ,
33
+ "upload" : {
34
+ "maximum_ram_size" : 147456 ,
35
+ "maximum_size" : 131072 ,
36
+ "protocol" : " stlink" ,
37
+ "protocols" : [
38
+ " blackmagic" ,
39
+ " cmsis-dap" ,
40
+ " dfu" ,
41
+ " jlink" ,
42
+ " serial" ,
43
+ " stlink" ,
44
+ " mbed"
45
+ ]
46
+ },
47
+ "url" : " https://github.com/bigtreetech/EBB/tree/master/EBB%20CAN%20V1.1%20(STM32G0B1)/EBB42%20CAN%20V1.1" ,
48
+ "vendor" : " Big Tree Tech"
49
+ }
Original file line number Diff line number Diff line change 4
4
"extra_flags" : " -DSTM32F722xx" ,
5
5
"f_cpu" : " 216000000L" ,
6
6
"mcu" : " stm32f722zet6" ,
7
- "product_line" : " STM32F722xx"
7
+ "product_line" : " STM32F722xx" ,
8
+ "variant" : " STM32F7xx/F722Z(C-E)T_F732ZET"
8
9
},
9
10
"connectivity" : [
10
11
" can"
22
23
"svd_path" : " STM32F722.svd"
23
24
},
24
25
"frameworks" : [
26
+ " arduino" ,
25
27
" cmsis" ,
26
28
" stm32cube" ,
27
29
" libopencm3"
28
30
],
29
31
"name" : " ST Nucleo F722ZE" ,
30
32
"upload" : {
31
- "maximum_ram_size" : 262144 ,
33
+ "maximum_ram_size" : 196608 ,
32
34
"maximum_size" : 524288 ,
33
35
"protocol" : " stlink" ,
34
36
"protocols" : [
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " stm32" ,
4
+ "cpu" : " cortex-m0plus" ,
5
+ "extra_flags" : " -DSTM32G0xx -DSTM32G070xx" ,
6
+ "f_cpu" : " 64000000L" ,
7
+ "framework_extra_flags" : {
8
+ "arduino" : " -D__CORTEX_SC=0"
9
+ },
10
+ "mcu" : " stm32g070rbt6" ,
11
+ "product_line" : " STM32G070xx" ,
12
+ "variant" : " STM32G0xx/G070RBT"
13
+ },
14
+ "debug" : {
15
+ "default_tools" : [
16
+ " stlink"
17
+ ],
18
+ "jlink_device" : " STM32G070RB" ,
19
+ "onboard_tools" : [
20
+ " stlink"
21
+ ],
22
+ "openocd_target" : " stm32g0x" ,
23
+ "svd_path" : " STM32G070.svd"
24
+ },
25
+ "frameworks" : [
26
+ " arduino" ,
27
+ " cmsis" ,
28
+ " libopencm3" ,
29
+ " stm32cube"
30
+ ],
31
+ "name" : " Nucleo G070RB" ,
32
+ "upload" : {
33
+ "maximum_ram_size" : 36864 ,
34
+ "maximum_size" : 131072 ,
35
+ "protocol" : " stlink" ,
36
+ "protocols" : [
37
+ " blackmagic" ,
38
+ " cmsis-dap" ,
39
+ " jlink" ,
40
+ " stlink" ,
41
+ " mbed"
42
+ ]
43
+ },
44
+ "url" : " https://www.st.com/en/evaluation-tools/nucleo-g070rb.html" ,
45
+ "vendor" : " ST"
46
+ }
Original file line number Diff line number Diff line change 9
9
},
10
10
"mcu" : " stm32g0b1ret6" ,
11
11
"product_line" : " STM32G0B1xx" ,
12
- "variant" : " STM32G0xx/G0B1RBT_G0B1R( C-E)(I-T)_G0C1R( C-E)(I-T) "
12
+ "variant" : " STM32G0xx/G0B1R(B- C-E)T_G0C1R( C-E)T "
13
13
},
14
14
"debug" : {
15
15
"default_tools" : [
Original file line number Diff line number Diff line change 5
5
"extra_flags" : " -DSTM32H7xx -DSTM32H723xx" ,
6
6
"f_cpu" : " 550000000L" ,
7
7
"mcu" : " stm32h723zgt6" ,
8
- "product_line" : " STM32H723xx"
8
+ "product_line" : " STM32H723xx" ,
9
+ "variant" : " STM32H7xx/H723Z(E-G)T_H730ZBT_H733ZGT"
9
10
},
10
11
"connectivity" : [
11
12
" can" ,
23
24
"svd_path" : " STM32H723.svd"
24
25
},
25
26
"frameworks" : [
27
+ " arduino" ,
26
28
" cmsis" ,
27
29
" stm32cube" ,
28
30
" zephyr"
29
31
],
30
32
"name" : " ST Nucleo H723ZG" ,
31
33
"upload" : {
32
- "maximum_ram_size" : 442368 ,
34
+ "maximum_ram_size" : 327680 ,
33
35
"maximum_size" : 1048576 ,
34
36
"protocol" : " stlink" ,
35
37
"protocols" : [
Original file line number Diff line number Diff line change 4
4
"extra_flags" : " -DSTM32L073xx" ,
5
5
"f_cpu" : " 32000000L" ,
6
6
"framework_extra_flags" : {
7
- "arduino" : " -D__CORTEX_SC=0"
7
+ "arduino" : " -D__CORTEX_SC=0 -DARDUINO_NUCLEO_L073RZ "
8
8
},
9
9
"mcu" : " stm32l073rz" ,
10
10
"product_line" : " STM32L073xx" ,
Original file line number Diff line number Diff line change 6
6
"f_cpu" : " 80000000L" ,
7
7
"mcu" : " stm32l452ret6" ,
8
8
"product_line" : " STM32L452xx" ,
9
- "variant" : " STM32L4xx/L452R(C-E) (I-T-Y)_L462RE(I-T-Y)"
9
+ "variant" : " STM32L4xx/L452RC(I-T-Y)_L452RE (I-T-Y)x(P )_L462RE(I-T-Y)"
10
10
},
11
11
"connectivity" : [
12
12
" can"
Original file line number Diff line number Diff line change 192
192
"type" : " framework" ,
193
193
"optional" : true ,
194
194
"owner" : " platformio" ,
195
- "version" : " ~4.20200.221104 "
195
+ "version" : " ~4.20400.0 "
196
196
},
197
197
"framework-arduinoststm32-maple" : {
198
198
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments