Mercurial > public > ostc4
diff BootLoader/CPU1-F429_boot.ld @ 971:d29e752660c5 Evo_2_23
Bootloader BT module factory reset:
The new BT module may now be reinitialized (factory reset) using the "Enter" bottom (invisible option). If a serial number is available then it will be used as BT name instead of the default name.
| author | Ideenmodellierer |
|---|---|
| date | Sun, 19 Jan 2025 20:58:03 +0100 |
| parents | 2130d771c8db |
| children | 4ef0511c6665 |
line wrap: on
line diff
--- a/BootLoader/CPU1-F429_boot.ld Sun Jan 19 20:55:30 2025 +0100 +++ b/BootLoader/CPU1-F429_boot.ld Sun Jan 19 20:58:03 2025 +0100 @@ -198,6 +198,8 @@ . = ALIGN(4); *(.text.HAL*) . = ALIGN(4); + *(.text*sprint*) + *(.text.MX*) } >ROM_BOOT @@ -227,7 +229,7 @@ *(.upper_fonts.FontT24*) } > ROM_BOOT -.lower_directory 0x08004000 : { +.lower_directory 0x08004300 : { *(.lower_font_directory*) *(.upper_font_directory.FontT48*) *(.upper_font_directory.FontT24*)
