diff options
author | adelyser <12093019+adelyser@users.noreply.github.com> | 2022-01-29 11:32:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 13:32:48 -0500 |
commit | b414fc4975264b9c06ab91fd07697d614dda4f3b (patch) | |
tree | 2eaa2da95f0deff916678dc77c441f04494ff810 /scripts/spi_flash/board_defs.py | |
parent | c15d38b973a56978535f36c0fe61f5f8de468248 (diff) | |
download | kutter-b414fc4975264b9c06ab91fd07697d614dda4f3b.tar.gz kutter-b414fc4975264b9c06ab91fd07697d614dda4f3b.tar.xz kutter-b414fc4975264b9c06ab91fd07697d614dda4f3b.zip |
spi_flash: Add btt-skr-bx-se to the board types (#4951)
Signed-off-by: Aaron DeLyser <bluwolf@gmail.com>
Diffstat (limited to 'scripts/spi_flash/board_defs.py')
-rw-r--r-- | scripts/spi_flash/board_defs.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/spi_flash/board_defs.py b/scripts/spi_flash/board_defs.py index ec0c5750..bb23db15 100644 --- a/scripts/spi_flash/board_defs.py +++ b/scripts/spi_flash/board_defs.py @@ -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' } } |