Skip to content

Commit 3b68dfb

Browse files
committed
Merge branch 'release/v18.0.0'
2 parents e2078e6 + f42a497 commit 3b68dfb

27 files changed

+239
-104
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Python
5555
uses: actions/setup-python@v3
5656
with:
57-
python-version: "3.9"
57+
python-version: "3.10"
5858
- name: Install dependencies
5959
run: |
6060
pip install -U https://github.com/platformio/platformio/archive/develop.zip

boards/electrosmith_daisy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"mcu": "stm32h750ibk6",
1414
"product_line": "STM32H750xx",
15-
"variant": "STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T)"
15+
"variant": "STM32H7xx/H742I(G-I)K_H743I(G-I)K_H750IBK_H753IIK"
1616
},
1717
"connectivity": [
1818
"can"

boards/electrosmith_daisy_patch_sm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"extra_flags": "-DSTM32H7 -DSTM32H7xx -DSTM32H750xx",
1010
"f_cpu": "400000000L",
1111
"framework_extra_flags": {
12-
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
12+
"arduino": "-DCUSTOM_PERIPHERAL_PINS -DARDUINO_DAISY_PATCH_SM"
1313
},
1414
"mcu": "stm32h750ibk6",
1515
"product_line": "STM32H750xx",
16-
"variant": "STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T)"
16+
"variant": "STM32H7xx/H742I(G-I)K_H743I(G-I)K_H750IBK_H753IIK"
1717
},
1818
"connectivity": [
1919
"can"

boards/electrosmith_daisy_petal_sm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"extra_flags": "-DSTM32H7 -DSTM32H7xx -DSTM32H750xx",
1010
"f_cpu": "400000000L",
1111
"framework_extra_flags": {
12-
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
12+
"arduino": "-DCUSTOM_PERIPHERAL_PINS -DARDUINO_DAISY_PETAL_SM"
1313
},
1414
"mcu": "stm32h750ibk6",
1515
"product_line": "STM32H750xx",
16-
"variant": "STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T)"
16+
"variant": "STM32H7xx/H742I(G-I)K_H743I(G-I)K_H750IBK_H753IIK"
1717
},
1818
"connectivity": [
1919
"can"

boards/giga_r1_m4.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
1515
[
1616
"0x2341",
1717
"0x0366"
18-
],
19-
[
20-
"0x2341",
21-
"0x0266"
22-
],
23-
[
24-
"0x2341",
25-
"0x0466"
2618
]
2719
]
2820
},

boards/giga_r1_m7.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
1515
[
1616
"0x2341",
1717
"0x0366"
18-
],
19-
[
20-
"0x2341",
21-
"0x0266"
22-
],
23-
[
24-
"0x2341",
25-
"0x0466"
2618
]
2719
]
2820
},

boards/mkr_sharky.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"extra_flags": "-DSTM32WB -DSTM32WBxx -DSTM32WB55xx",
66
"f_cpu": "64000000L",
77
"mcu": "stm32wb55cg",
8-
"variant": "STM32WBxx/WB55C(C-E-G)U"
8+
"variant": "STM32WBxx/WB35C(C-E)UxA_WB55C(C-E-G)U"
99
},
1010
"connectivity": [
1111
"bluetooth"

boards/nicla_vision.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,6 @@
1515
[
1616
"0x2341",
1717
"0x035F"
18-
],
19-
[
20-
"0x2341",
21-
"0x025F"
22-
],
23-
[
24-
"0x2341",
25-
"0x045F"
26-
],
27-
[
28-
"0x2341",
29-
"0x055F"
3018
]
3119
]
3220
},

boards/nicla_vision_m4.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,6 @@
1515
[
1616
"0x2341",
1717
"0x035F"
18-
],
19-
[
20-
"0x2341",
21-
"0x025F"
22-
],
23-
[
24-
"0x2341",
25-
"0x045F"
26-
],
27-
[
28-
"0x2341",
29-
"0x055F"
3018
]
3119
]
3220
},

boards/nucleo_f439zi.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"build": {
3+
"arduino": {
4+
"variant_h": "variant_NUCLEO_F4x9ZI.h"
5+
},
36
"cpu": "cortex-m4",
47
"extra_flags": "-DSTM32F4 -DSTM32F439xx",
58
"f_cpu": "180000000L",
69
"mcu": "stm32f439zit6",
7-
"product_line": "STM32F439xx"
10+
"product_line": "STM32F439xx",
11+
"variant": "STM32F4xx/F427Z(G-I)T_F429ZET_F429Z(G-I)(T-Y)_F437Z(G-I)T_F439Z(G-I)(T-Y)"
812
},
913
"connectivity": [
1014
"can",
@@ -23,14 +27,15 @@
2327
"svd_path": "STM32F439x.svd"
2428
},
2529
"frameworks": [
30+
"arduino",
2631
"cmsis",
2732
"mbed",
2833
"stm32cube",
2934
"libopencm3"
3035
],
3136
"name": "ST Nucleo F439ZI",
3237
"upload": {
33-
"maximum_ram_size": 262144,
38+
"maximum_ram_size": 196608,
3439
"maximum_size": 2097152,
3540
"protocol": "stlink",
3641
"protocols": [
@@ -41,6 +46,6 @@
4146
"mbed"
4247
]
4348
},
44-
"url": "https://developer.mbed.org/platforms/ST-Nucleo-F439ZI/",
49+
"url": "https://www.st.com/en/evaluation-tools/nucleo-f439zi.html",
4550
"vendor": "ST"
4651
}

0 commit comments

Comments
 (0)