mirror of
https://github.com/andreili/klipper.git
synced 2025-08-23 19:34:06 +02:00
spi_flash: Add ZNP Robin Nano v2.2 to board defs (#6986)
Adds support for the ZNP Robin Nano DW v2.2 board, used in the Neptune 3 Pro/Plus/Max. Signed-off-by: Zyjay Cruz <burrito@burrito.software>
This commit is contained in:
parent
6773ab074b
commit
e1176e4dfb
@ -162,6 +162,13 @@ BOARD_DEFS = {
|
||||
"conversion_script": "scripts/update_chitu.py",
|
||||
"firmware_path": "update.cbd",
|
||||
'skip_verify': True
|
||||
},
|
||||
'znp-robin-nano-dw-v2.2': {
|
||||
'mcu': "stm32f401xc",
|
||||
'spi_bus': "spi2",
|
||||
"cs_pin": "PB12",
|
||||
"firmware_path": "ZNP_ROBIN_NANO.bin",
|
||||
"current_firmware_path": "ZNP_ROBIN_NANO.CUR"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user