spi_flash: Add SKR2 F429 chip variant to spi_flash (#5956)

Later addition of a F429 variant SKR2 was released. Changed btt-skr2 to btt-skr-2-f407 and added a new alias for btt-skr-2-f429

Signed-off-by: James Hartley <james@hartleyns.com>
This commit is contained in:
JamesH1978 2023-01-04 17:01:28 +00:00 committed by GitHub
parent 448c1a1488
commit 3cd8a72e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,10 @@ document when upgrading the Klipper software.
All dates in this document are approximate.
## Changes
20230103: It is now possible with the flash-sdcard.sh script to flash
both variants of the Bigtreetech SKR-2, STM32F407 and STM32F429.
This means that the original tag of btt-skr2 now has changed to either
btt-skr-2-f407 or btt-skr-2-f429.
20221122: Previously, with safe_z_home, it was possible that the
z_hop after the g28 homing would go in the negative z direction.

View File

@ -144,7 +144,8 @@ BOARD_ALIASES = {
'btt-skr-e3-dip': BOARD_DEFS['btt-skr-mini'],
'btt002-v1': BOARD_DEFS['btt-skr-mini'],
'creality-v4.2.7': BOARD_DEFS['creality-v4.2.2'],
'btt-skr-2': BOARD_DEFS['btt-octopus-f407-v1'],
'btt-skr-2-f407': BOARD_DEFS['btt-octopus-f407-v1'],
'btt-skr-2-f429': BOARD_DEFS['btt-octopus-f429-v1'],
'btt-octopus-f407-v1.0': BOARD_DEFS['btt-octopus-f407-v1'],
'btt-octopus-f407-v1.1': BOARD_DEFS['btt-octopus-f407-v1'],
'btt-octopus-f429-v1.0': BOARD_DEFS['btt-octopus-f429-v1'],