Skip to content

Commit 9f7c0d8

Browse files
committed
Update variant names for several boards
Updated variants for the following boards: - Electrosmith Daisy Patch SM - Electrosmith Daisy Petal SM - MKR Sharky
1 parent 2302d1b commit 9f7c0d8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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/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"

0 commit comments

Comments
 (0)