Skip to content

Commit ebadb1d

Browse files
committed
Update Arduino package to v2.2.0
1 parent 44afac9 commit ebadb1d

8 files changed

+274
-2
lines changed

boards/bw_swan_r5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cpu": "cortex-m4",
55
"extra_flags": "-DSTM32L4xx -DSTM32L4R5xx",
66
"f_cpu": "120000000L",
7-
"framework_extra_flags": {
7+
"framework_extra_flags": {
88
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
99
},
1010
"mcu": "stm32l4r5ziy6",

boards/devebox_h743vitx.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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+
}

boards/devebox_h750vbtx.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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+
}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+
}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+
}

boards/weact_mini_h743vitx.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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+
}

boards/weact_mini_h750vbtx.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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+
}

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"type": "framework",
193193
"optional": true,
194194
"owner": "platformio",
195-
"version": "~4.20100.0"
195+
"version": "~4.20200.0"
196196
},
197197
"framework-arduinoststm32-maple": {
198198
"type": "framework",

0 commit comments

Comments
 (0)