mirror of
https://github.com/andreili/klipper.git
synced 2025-08-23 19:34:06 +02:00
spi_flash: Add board definition for Mellow FLY Gemini V2 (#5651)
Signed-off-by: Tobias Schröder <schroedt@live.de>
This commit is contained in:
parent
e9c83d66e0
commit
a151aa8c7a
@ -70,6 +70,11 @@ BOARD_DEFS = {
|
||||
'mcu': "stm32f407xx",
|
||||
'spi_bus': "spi3a",
|
||||
"cs_pin": "PC9"
|
||||
},
|
||||
'fly-gemini-v2': {
|
||||
'mcu': "stm32f405xx",
|
||||
'spi_bus': "spi1",
|
||||
"cs_pin": "PA4"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user