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:
adelyser
2022-01-29 11:32:48 -07:00
committed by GitHub
parent c15d38b973
commit b414fc4975

View File

@@ -60,6 +60,11 @@ BOARD_DEFS = {
'spi_bus': "spi1",
"cs_pin": "PA4",
"current_firmware_path": "OLD.BIN"
},
'btt-skr-se-bx': {
'mcu': 'stm32h743xx',
'spi_bus': 'spi3a',
'cs_pin': 'PA15'
}
}