mirror of https://github.com/Desuuuu/klipper.git
spi_flash: Add btt-skr-bx-se to the board types (#4951)
Signed-off-by: Aaron DeLyser <bluwolf@gmail.com>
This commit is contained in:
parent
c15d38b973
commit
b414fc4975
|
@ -60,6 +60,11 @@ BOARD_DEFS = {
|
||||||
'spi_bus': "spi1",
|
'spi_bus': "spi1",
|
||||||
"cs_pin": "PA4",
|
"cs_pin": "PA4",
|
||||||
"current_firmware_path": "OLD.BIN"
|
"current_firmware_path": "OLD.BIN"
|
||||||
|
},
|
||||||
|
'btt-skr-se-bx': {
|
||||||
|
'mcu': 'stm32h743xx',
|
||||||
|
'spi_bus': 'spi3a',
|
||||||
|
'cs_pin': 'PA15'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue