mirror of https://github.com/Desuuuu/klipper.git
spi_flash: Add board definitions for Fysetc S6 and Spider
Signed-off-by: Wilhelm Schuster <ws@rot13.io>
This commit is contained in:
parent
4ae307b10f
commit
5fb5b3afe1
|
@ -49,6 +49,12 @@ BOARD_DEFS = {
|
||||||
'mcu': "stm32f407xx",
|
'mcu': "stm32f407xx",
|
||||||
'spi_bus': "spi1",
|
'spi_bus': "spi1",
|
||||||
"cs_pin": "PA4"
|
"cs_pin": "PA4"
|
||||||
|
},
|
||||||
|
'fysetc-spider': {
|
||||||
|
'mcu': "stm32f446xx",
|
||||||
|
'spi_bus': "spi1",
|
||||||
|
"cs_pin": "PA4",
|
||||||
|
"current_firmware_path": "OLD.BIN"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,6 +86,9 @@ BOARD_ALIASES = {
|
||||||
'btt-skr-pro-v1.2': BOARD_DEFS['btt-skr-pro'],
|
'btt-skr-pro-v1.2': BOARD_DEFS['btt-skr-pro'],
|
||||||
'btt-gtr-v1': BOARD_DEFS['btt-gtr'],
|
'btt-gtr-v1': BOARD_DEFS['btt-gtr'],
|
||||||
'mks-robin-e3d': BOARD_DEFS['mks-robin-e3'],
|
'mks-robin-e3d': BOARD_DEFS['mks-robin-e3'],
|
||||||
|
'fysetc-spider-v1': BOARD_DEFS['fysetc-spider'],
|
||||||
|
'fysetc-s6-v1.2': BOARD_DEFS['fysetc-spider'],
|
||||||
|
'fysetc-s6-v2': BOARD_DEFS['fysetc-spider']
|
||||||
}
|
}
|
||||||
|
|
||||||
def list_boards():
|
def list_boards():
|
||||||
|
|
Loading…
Reference in New Issue