1
0
Fork 0

Bring supported STM32F4 configs in line with F4x1 (#24413)

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
Drashna Jael're 2024-11-21 03:54:01 -08:00 committed by GitHub
parent 36b5559b99
commit c7a04bd930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 142 additions and 188 deletions

View file

@ -17,3 +17,13 @@
#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
#endif
#ifdef WEAR_LEVELING_EMBEDDED_FLASH
# ifndef WEAR_LEVELING_EFL_FIRST_SECTOR
# ifdef BOOTLOADER_TINYUF2
# define WEAR_LEVELING_EFL_FIRST_SECTOR 3
# else
# define WEAR_LEVELING_EFL_FIRST_SECTOR 1
# endif
# endif
#endif