comparison 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
comparison
equal deleted inserted replaced
970:3123aa8723fd 971:d29e752660c5
196 .text 0x08001000 : 196 .text 0x08001000 :
197 { 197 {
198 . = ALIGN(4); 198 . = ALIGN(4);
199 *(.text.HAL*) 199 *(.text.HAL*)
200 . = ALIGN(4); 200 . = ALIGN(4);
201 *(.text*sprint*)
202 *(.text.MX*)
201 } >ROM_BOOT 203 } >ROM_BOOT
202 204
203 205
204 .text2 0x0800A100 : 206 .text2 0x0800A100 :
205 { 207 {
225 *(.upper_fonts.FontT48*) 227 *(.upper_fonts.FontT48*)
226 *(.upper_fonts.image_data_FontT24*) 228 *(.upper_fonts.image_data_FontT24*)
227 *(.upper_fonts.FontT24*) 229 *(.upper_fonts.FontT24*)
228 } > ROM_BOOT 230 } > ROM_BOOT
229 231
230 .lower_directory 0x08004000 : { 232 .lower_directory 0x08004300 : {
231 *(.lower_font_directory*) 233 *(.lower_font_directory*)
232 *(.upper_font_directory.FontT48*) 234 *(.upper_font_directory.FontT48*)
233 *(.upper_font_directory.FontT24*) 235 *(.upper_font_directory.FontT24*)
234 } > ROM_BOOT 236 } > ROM_BOOT
235 237