File tree 8 files changed +274
-2
lines changed
8 files changed +274
-2
lines changed Original file line number Diff line number Diff line change 4
4
"cpu" : " cortex-m4" ,
5
5
"extra_flags" : " -DSTM32L4xx -DSTM32L4R5xx" ,
6
6
"f_cpu" : " 120000000L" ,
7
- "framework_extra_flags" : {
7
+ "framework_extra_flags" : {
8
8
"arduino" : " -DCUSTOM_PERIPHERAL_PINS"
9
9
},
10
10
"mcu" : " stm32l4r5ziy6" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "variant_h" : " variant_DevEBoxH7xx.h"
5
+ },
6
+ "core" : " stm32" ,
7
+ "cpu" : " cortex-m7" ,
8
+ "extra_flags" : " -DSTM32H7xx -DSTM32H743xx" ,
9
+ "f_cpu" : " 480000000L" ,
10
+ "framework_extra_flags" : {
11
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
12
+ },
13
+ "mcu" : " stm32h743vit6" ,
14
+ "product_line" : " STM32H743xx" ,
15
+ "variant" : " STM32H7xx/H742V(G-I)(H-T)_H743V(G-I)(H-T)_H750VBT_H753VI(H-T)"
16
+ },
17
+ "connectivity" : [
18
+ " can" ,
19
+ " ethernet"
20
+ ],
21
+ "debug" : {
22
+ "jlink_device" : " STM32H743VI" ,
23
+ "openocd_target" : " stm32h7x" ,
24
+ "svd_path" : " STM32H743.svd"
25
+ },
26
+ "frameworks" : [
27
+ " arduino" ,
28
+ " cmsis" ,
29
+ " stm32cube"
30
+ ],
31
+ "name" : " DevEBox H743VITX" ,
32
+ "upload" : {
33
+ "maximum_ram_size" : 524288 ,
34
+ "maximum_size" : 2097152 ,
35
+ "protocol" : " stlink" ,
36
+ "protocols" : [
37
+ " jlink" ,
38
+ " cmsis-dap" ,
39
+ " stlink" ,
40
+ " blackmagic"
41
+ ]
42
+ },
43
+ "url" : " https://github.com/mcauser/MCUDEV_DEVEBOX_H7XX_M" ,
44
+ "vendor" : " DevEBox"
45
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "variant_h" : " variant_DevEBoxH7xx.h"
5
+ },
6
+ "core" : " stm32" ,
7
+ "cpu" : " cortex-m7" ,
8
+ "extra_flags" : " -DSTM32H7xx -DSTM32H750xx" ,
9
+ "f_cpu" : " 480000000L" ,
10
+ "framework_extra_flags" : {
11
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
12
+ },
13
+ "mcu" : " stm32h750vbt6" ,
14
+ "product_line" : " STM32H750xx" ,
15
+ "variant" : " STM32H7xx/H742V(G-I)(H-T)_H743V(G-I)(H-T)_H750VBT_H753VI(H-T)"
16
+ },
17
+ "connectivity" : [
18
+ " can" ,
19
+ " ethernet"
20
+ ],
21
+ "debug" : {
22
+ "jlink_device" : " STM32H750VB" ,
23
+ "openocd_target" : " stm32h7x" ,
24
+ "svd_path" : " STM32H750.svd"
25
+ },
26
+ "frameworks" : [
27
+ " arduino" ,
28
+ " cmsis" ,
29
+ " stm32cube"
30
+ ],
31
+ "name" : " DevEBox H750VBTX" ,
32
+ "upload" : {
33
+ "maximum_ram_size" : 131072 ,
34
+ "maximum_size" : 524288 ,
35
+ "protocol" : " stlink" ,
36
+ "protocols" : [
37
+ " jlink" ,
38
+ " cmsis-dap" ,
39
+ " stlink" ,
40
+ " blackmagic"
41
+ ]
42
+ },
43
+ "url" : " https://github.com/mcauser/MCUDEV_DEVEBOX_H7XX_M" ,
44
+ "vendor" : " DevEBox"
45
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "ldscript" : " DAISY_SEED.ld" ,
5
+ "variant_h" : " variant_DAISY_PATCH_SM.h"
6
+ },
7
+ "core" : " stm32" ,
8
+ "cpu" : " cortex-m7" ,
9
+ "extra_flags" : " -DSTM32H7xx -DSTM32H750xx" ,
10
+ "f_cpu" : " 400000000L" ,
11
+ "framework_extra_flags" : {
12
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
13
+ },
14
+ "mcu" : " stm32h750ibk6" ,
15
+ "product_line" : " STM32H750xx" ,
16
+ "variant" : " STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T)"
17
+ },
18
+ "connectivity" : [
19
+ " can"
20
+ ],
21
+ "debug" : {
22
+ "jlink_device" : " STM32H750IB" ,
23
+ "openocd_target" : " stm32h7x" ,
24
+ "svd_path" : " STM32H750x.svd"
25
+ },
26
+ "frameworks" : [
27
+ " arduino" ,
28
+ " cmsis" ,
29
+ " stm32cube"
30
+ ],
31
+ "name" : " Electrosmith Daisy Patch SM" ,
32
+ "upload" : {
33
+ "maximum_ram_size" : 131072 ,
34
+ "maximum_size" : 524288 ,
35
+ "protocol" : " stlink" ,
36
+ "protocols" : [
37
+ " jlink" ,
38
+ " cmsis-dap" ,
39
+ " stlink" ,
40
+ " blackmagic" ,
41
+ " mbed"
42
+ ]
43
+ },
44
+ "url" : " https://www.electro-smith.com/daisy" ,
45
+ "vendor" : " Electrosmith"
46
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "ldscript" : " DAISY_SEED.ld" ,
5
+ "variant_h" : " variant_DAISY_PETAL_SM.h"
6
+ },
7
+ "core" : " stm32" ,
8
+ "cpu" : " cortex-m7" ,
9
+ "extra_flags" : " -DSTM32H7xx -DSTM32H750xx" ,
10
+ "f_cpu" : " 400000000L" ,
11
+ "framework_extra_flags" : {
12
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
13
+ },
14
+ "mcu" : " stm32h750ibk6" ,
15
+ "product_line" : " STM32H750xx" ,
16
+ "variant" : " STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T)"
17
+ },
18
+ "connectivity" : [
19
+ " can"
20
+ ],
21
+ "debug" : {
22
+ "jlink_device" : " STM32H750IB" ,
23
+ "openocd_target" : " stm32h7x" ,
24
+ "svd_path" : " STM32H750x.svd"
25
+ },
26
+ "frameworks" : [
27
+ " arduino" ,
28
+ " cmsis" ,
29
+ " stm32cube"
30
+ ],
31
+ "name" : " Electrosmith Daisy Petal SM" ,
32
+ "upload" : {
33
+ "maximum_ram_size" : 131072 ,
34
+ "maximum_size" : 524288 ,
35
+ "protocol" : " stlink" ,
36
+ "protocols" : [
37
+ " jlink" ,
38
+ " cmsis-dap" ,
39
+ " stlink" ,
40
+ " blackmagic" ,
41
+ " mbed"
42
+ ]
43
+ },
44
+ "url" : " https://www.electro-smith.com/daisy" ,
45
+ "vendor" : " Electrosmith"
46
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "variant_h" : " variant_WeActMiniH7xx.h"
5
+ },
6
+ "core" : " stm32" ,
7
+ "cpu" : " cortex-m7" ,
8
+ "extra_flags" : " -DSTM32H7xx -DSTM32H743xx" ,
9
+ "f_cpu" : " 480000000L" ,
10
+ "framework_extra_flags" : {
11
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
12
+ },
13
+ "mcu" : " stm32h743vit6" ,
14
+ "product_line" : " STM32H743xx" ,
15
+ "variant" : " STM32H7xx/H742V(G-I)(H-T)_H743V(G-I)(H-T)_H750VBT_H753VI(H-T)"
16
+ },
17
+ "connectivity" : [
18
+ " can" ,
19
+ " ethernet"
20
+ ],
21
+ "debug" : {
22
+ "jlink_device" : " STM32H743VI" ,
23
+ "openocd_target" : " stm32h7x" ,
24
+ "svd_path" : " STM32H743.svd"
25
+ },
26
+ "frameworks" : [
27
+ " arduino" ,
28
+ " cmsis" ,
29
+ " stm32cube"
30
+ ],
31
+ "name" : " WeAct Studio MiniSTM32H743VITX" ,
32
+ "upload" : {
33
+ "maximum_ram_size" : 524288 ,
34
+ "maximum_size" : 2097152 ,
35
+ "protocol" : " stlink" ,
36
+ "protocols" : [
37
+ " jlink" ,
38
+ " cmsis-dap" ,
39
+ " stlink" ,
40
+ " blackmagic"
41
+ ]
42
+ },
43
+ "url" : " https://github.com/WeActTC/MiniSTM32H7xx" ,
44
+ "vendor" : " WeAct Studio"
45
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "variant_h" : " variant_WeActMiniH7xx.h"
5
+ },
6
+ "core" : " stm32" ,
7
+ "cpu" : " cortex-m7" ,
8
+ "extra_flags" : " -DSTM32H7xx -DSTM32H750xx" ,
9
+ "f_cpu" : " 480000000L" ,
10
+ "framework_extra_flags" : {
11
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
12
+ },
13
+ "mcu" : " stm32h750vbt6" ,
14
+ "product_line" : " STM32H750xx" ,
15
+ "variant" : " STM32H7xx/H742V(G-I)(H-T)_H743V(G-I)(H-T)_H750VBT_H753VI(H-T)"
16
+ },
17
+ "connectivity" : [
18
+ " can" ,
19
+ " ethernet"
20
+ ],
21
+ "debug" : {
22
+ "jlink_device" : " STM32H750VB" ,
23
+ "openocd_target" : " stm32h7x" ,
24
+ "svd_path" : " STM32H750.svd"
25
+ },
26
+ "frameworks" : [
27
+ " arduino" ,
28
+ " cmsis" ,
29
+ " stm32cube"
30
+ ],
31
+ "name" : " WeAct Studio MiniSTM32H750VBTX" ,
32
+ "upload" : {
33
+ "maximum_ram_size" : 131072 ,
34
+ "maximum_size" : 524288 ,
35
+ "protocol" : " stlink" ,
36
+ "protocols" : [
37
+ " jlink" ,
38
+ " cmsis-dap" ,
39
+ " stlink" ,
40
+ " blackmagic"
41
+ ]
42
+ },
43
+ "url" : " https://github.com/WeActTC/MiniSTM32H7xx" ,
44
+ "vendor" : " WeAct Studio"
45
+ }
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.20100 .0"
195
+ "version" : " ~4.20200 .0"
196
196
},
197
197
"framework-arduinoststm32-maple" : {
198
198
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments