mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-03 20:14:00 -06:00
spi_flash: Add ZNP Robin Nano v2.2 to board defs (#6986)
Some checks failed
Build test / build (push) Has been cancelled
Some checks failed
Build test / build (push) Has been cancelled
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
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue