Skip to content

Commit

Permalink
spi_flash: Add stm32g0b0xx to board_defs.py (Klipper3d#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 Jul 18, 2024
1 parent 6848843 commit 12cd1d9
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 @@ -31,6 +31,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 @@ -152,6 +157,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 12cd1d9

Please sign in to comment.