mirror of
https://github.com/andreili/klipper.git
synced 2025-08-23 19:34:06 +02:00
spi_flash: Add qidi-x7 to board_defs.py (#6979)
Added board definition for stm32f401xc-based Qidi X-7 board used in Qidi Q1 Pro and Plus4. Signed-off-by: Ben Lye <ben@lye.co.nz>
This commit is contained in:
parent
5eb07966b5
commit
cfc58d3ce7
@ -169,6 +169,14 @@ BOARD_DEFS = {
|
|||||||
"cs_pin": "PB12",
|
"cs_pin": "PB12",
|
||||||
"firmware_path": "ZNP_ROBIN_NANO.bin",
|
"firmware_path": "ZNP_ROBIN_NANO.bin",
|
||||||
"current_firmware_path": "ZNP_ROBIN_NANO.CUR"
|
"current_firmware_path": "ZNP_ROBIN_NANO.CUR"
|
||||||
|
},
|
||||||
|
'qidi-x7': {
|
||||||
|
'mcu': "stm32f401xc",
|
||||||
|
'spi_bus': "spi2",
|
||||||
|
'cs_pin': "PB12",
|
||||||
|
'skip_verify': False,
|
||||||
|
'firmware_path': 'qd_mcu.bin',
|
||||||
|
'current_firmware_path': 'qd_mcu.CUR'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -219,7 +227,9 @@ BOARD_ALIASES = {
|
|||||||
'fysetc-s6-v2': BOARD_DEFS['fysetc-spider'],
|
'fysetc-s6-v2': BOARD_DEFS['fysetc-spider'],
|
||||||
'robin_v3': BOARD_DEFS['monster8'],
|
'robin_v3': BOARD_DEFS['monster8'],
|
||||||
'btt-skrat-v1.0': BOARD_DEFS['btt-skrat'],
|
'btt-skrat-v1.0': BOARD_DEFS['btt-skrat'],
|
||||||
'chitu-v6': BOARD_DEFS['chitu-v6']
|
'chitu-v6': BOARD_DEFS['chitu-v6'],
|
||||||
|
'qidi-q1-pro': BOARD_DEFS['qidi-x7'],
|
||||||
|
'qidi-plus4': BOARD_DEFS['qidi-x7']
|
||||||
}
|
}
|
||||||
|
|
||||||
def list_boards():
|
def list_boards():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user