Skip to content

Commit

Permalink
spi_flash: Add stm32g0b0xx to board_defs.py (#6646)
Browse files Browse the repository at this point in the history
Added board definition for stm32g0b0xx variant of the SKR Mini v3.0.

Signed-off-by: Bryan Le <[email protected]>
  • Loading branch information
bryan065 authored and rogerlz committed Aug 31, 2024
1 parent 82b779a commit 73f778d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/spi_flash/board_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"spi_bus": "spi1",
"cs_pin": "PA4",
},
"btt-skr-mini-v3-b0": {
"mcu": "stm32g0b0xx",
"spi_bus": "spi1",
"cs_pin": "PA4",
},
"flyboard-mini": {
"mcu": "stm32f103xe",
"spi_bus": "spi2",
Expand Down Expand Up @@ -124,6 +129,7 @@
"btt-skr-mini-e3-v1.2": BOARD_DEFS["btt-skr-mini"],
"btt-skr-mini-e3-v2": BOARD_DEFS["btt-skr-mini"],
"btt-skr-mini-e3-v3": BOARD_DEFS["btt-skr-mini-v3"],
"btt-skr-mini-e3-v3-b0": BOARD_DEFS["btt-skr-mini-v3-b0"],
"btt-skr-mini-mz": BOARD_DEFS["btt-skr-mini"],
"btt-skr-e3-dip": BOARD_DEFS["btt-skr-mini"],
"btt002-v1": BOARD_DEFS["btt-skr-mini"],
Expand Down

0 comments on commit 73f778d

Please sign in to comment.