spi_flash: Add ZNP Robin Nano v2.2 to board defs (#6986)
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:
Burrito 2025-07-28 15:25:48 -07:00 committed by GitHub
parent 6773ab074b
commit e1176e4dfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
}