Skip to content

Commit 6094015

Browse files
committed
Update Arduino core to v2.4.0
1 parent 8f49075 commit 6094015

11 files changed

+192
-8
lines changed

boards/acsip_s76s.json

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
}

boards/agafia_sg0.json

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
}

boards/blackpill_f411ce.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"build": {
3+
"arduino": {
4+
"variant_h": "variant_BLACKPILL_F401Cx.h"
5+
},
36
"core": "stm32",
47
"cpu": "cortex-m4",
58
"extra_flags": "-DSTM32F4xx -DSTM32F411xE",

boards/btt_ebb42_v1_1.json

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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+
}

boards/nucleo_f722ze.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"extra_flags": "-DSTM32F722xx",
55
"f_cpu": "216000000L",
66
"mcu": "stm32f722zet6",
7-
"product_line": "STM32F722xx"
7+
"product_line": "STM32F722xx",
8+
"variant": "STM32F7xx/F722Z(C-E)T_F732ZET"
89
},
910
"connectivity": [
1011
"can"
@@ -22,13 +23,14 @@
2223
"svd_path": "STM32F722.svd"
2324
},
2425
"frameworks": [
26+
"arduino",
2527
"cmsis",
2628
"stm32cube",
2729
"libopencm3"
2830
],
2931
"name": "ST Nucleo F722ZE",
3032
"upload": {
31-
"maximum_ram_size": 262144,
33+
"maximum_ram_size": 196608,
3234
"maximum_size": 524288,
3335
"protocol": "stlink",
3436
"protocols": [

boards/nucleo_g070rb.json

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+
}

boards/nucleo_g0b1re.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"mcu": "stm32g0b1ret6",
1111
"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"
1313
},
1414
"debug": {
1515
"default_tools": [

boards/nucleo_h723zg.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"extra_flags": "-DSTM32H7xx -DSTM32H723xx",
66
"f_cpu": "550000000L",
77
"mcu": "stm32h723zgt6",
8-
"product_line": "STM32H723xx"
8+
"product_line": "STM32H723xx",
9+
"variant": "STM32H7xx/H723Z(E-G)T_H730ZBT_H733ZGT"
910
},
1011
"connectivity": [
1112
"can",
@@ -23,13 +24,14 @@
2324
"svd_path": "STM32H723.svd"
2425
},
2526
"frameworks": [
27+
"arduino",
2628
"cmsis",
2729
"stm32cube",
2830
"zephyr"
2931
],
3032
"name": "ST Nucleo H723ZG",
3133
"upload": {
32-
"maximum_ram_size": 442368,
34+
"maximum_ram_size": 327680,
3335
"maximum_size": 1048576,
3436
"protocol": "stlink",
3537
"protocols": [

boards/nucleo_l073rz.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"extra_flags": "-DSTM32L073xx",
55
"f_cpu": "32000000L",
66
"framework_extra_flags": {
7-
"arduino": "-D__CORTEX_SC=0"
7+
"arduino": "-D__CORTEX_SC=0 -DARDUINO_NUCLEO_L073RZ"
88
},
99
"mcu": "stm32l073rz",
1010
"product_line": "STM32L073xx",

boards/nucleo_l452re.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"f_cpu": "80000000L",
77
"mcu": "stm32l452ret6",
88
"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)"
1010
},
1111
"connectivity": [
1212
"can"

platform.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"type": "framework",
193193
"optional": true,
194194
"owner": "platformio",
195-
"version": "~4.20200.221104"
195+
"version": "~4.20400.0"
196196
},
197197
"framework-arduinoststm32-maple": {
198198
"type": "framework",

0 commit comments

Comments
 (0)