diff options
author | JamesH1978 <87171443+JamesH1978@users.noreply.github.com> | 2025-02-15 18:04:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-15 13:04:57 -0500 |
commit | 508c28e6893bd53178d6bba8b8f9733b177e8c99 (patch) | |
tree | 26cd5a9a3aed91370f8953079daa200b045acb31 /scripts/spi_flash | |
parent | fec3e685c92ef263a829a73510c74245d7772c03 (diff) | |
download | kutter-508c28e6893bd53178d6bba8b8f9733b177e8c99.tar.gz kutter-508c28e6893bd53178d6bba8b8f9733b177e8c99.tar.xz kutter-508c28e6893bd53178d6bba8b8f9733b177e8c99.zip |
spi_flash: Update board_defs.py - BTT Octopus Max EZ (#6817)
Addition to the board_defs file for the BTT Octopus Max EZ, written and confirmed by discord user Nikki @winningfaith81
Signed-off-by: James Hartley <james@hartleyns.com>
Diffstat (limited to 'scripts/spi_flash')
-rw-r--r-- | scripts/spi_flash/board_defs.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/spi_flash/board_defs.py b/scripts/spi_flash/board_defs.py index 9924fefc..bc0c3d57 100644 --- a/scripts/spi_flash/board_defs.py +++ b/scripts/spi_flash/board_defs.py @@ -130,6 +130,13 @@ BOARD_DEFS = { "cs_pin": "PA4", "current_firmware_path": "OLD.BIN" }, + 'btt-octopus-max-ez': { + 'mcu': "stm32h723xx", + 'spi_bus': "swspi", + 'spi_pins': "PE13,PE14,PE12", + 'cs_pin': "PB12", + 'skip_verify': True + }, 'btt-skrat': { 'mcu': "stm32g0b1xx", 'spi_bus': "spi1", |