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>
This commit is contained in:
parent
fec3e685c9
commit
508c28e689
@ -130,6 +130,13 @@ BOARD_DEFS = {
|
|||||||
"cs_pin": "PA4",
|
"cs_pin": "PA4",
|
||||||
"current_firmware_path": "OLD.BIN"
|
"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': {
|
'btt-skrat': {
|
||||||
'mcu': "stm32g0b1xx",
|
'mcu': "stm32g0b1xx",
|
||||||
'spi_bus': "spi1",
|
'spi_bus': "spi1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user