Skip to content

Commit

Permalink
Update variant names for several boards
Browse files Browse the repository at this point in the history
Updated variants for the following boards:

- Electrosmith Daisy Patch SM
- Electrosmith Daisy Petal SM
- MKR Sharky
  • Loading branch information
valeros committed Nov 12, 2024
1 parent 2302d1b commit 9f7c0d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions boards/electrosmith_daisy_patch_sm.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"extra_flags": "-DSTM32H7 -DSTM32H7xx -DSTM32H750xx",
"f_cpu": "400000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
"arduino": "-DCUSTOM_PERIPHERAL_PINS -DARDUINO_DAISY_PATCH_SM"
},
"mcu": "stm32h750ibk6",
"product_line": "STM32H750xx",
"variant": "STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T)"
"variant": "STM32H7xx/H742I(G-I)K_H743I(G-I)K_H750IBK_H753IIK"
},
"connectivity": [
"can"
Expand Down
4 changes: 2 additions & 2 deletions boards/electrosmith_daisy_petal_sm.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"extra_flags": "-DSTM32H7 -DSTM32H7xx -DSTM32H750xx",
"f_cpu": "400000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
"arduino": "-DCUSTOM_PERIPHERAL_PINS -DARDUINO_DAISY_PETAL_SM"
},
"mcu": "stm32h750ibk6",
"product_line": "STM32H750xx",
"variant": "STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T)"
"variant": "STM32H7xx/H742I(G-I)K_H743I(G-I)K_H750IBK_H753IIK"
},
"connectivity": [
"can"
Expand Down
2 changes: 1 addition & 1 deletion boards/mkr_sharky.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"extra_flags": "-DSTM32WB -DSTM32WBxx -DSTM32WB55xx",
"f_cpu": "64000000L",
"mcu": "stm32wb55cg",
"variant": "STM32WBxx/WB55C(C-E-G)U"
"variant": "STM32WBxx/WB35C(C-E)UxA_WB55C(C-E-G)U"
},
"connectivity": [
"bluetooth"
Expand Down

0 comments on commit 9f7c0d8

Please sign in to comment.