Mercurial > public > ostc4
comparison BootLoader/Src/base_bootlader.c @ 1015:4ef0511c6665 BootloaderOstc5
Bootloader: Cleanup memory map
The images for OSTC and battery are not needed by the bootloader => removed. Because the Bootloader does not need access to the upper font section the references have been removed from linker file
| author | Ideenmodellierer |
|---|---|
| date | Tue, 06 May 2025 21:56:03 +0200 |
| parents | f1b78bc8de10 |
| children | 0dd92e9b70a2 |
comparison
equal
deleted
inserted
replaced
| 1003:f1b78bc8de10 | 1015:4ef0511c6665 |
|---|---|
| 223 #include "stm32f4xx_hal_flash_ex.h" | 223 #include "stm32f4xx_hal_flash_ex.h" |
| 224 #include "stm32f4xx_hal_wwdg.h" | 224 #include "stm32f4xx_hal_wwdg.h" |
| 225 | 225 |
| 226 #include "Fonts/Font_T48_plus.h" | 226 #include "Fonts/Font_T48_plus.h" |
| 227 #include "font_T24_min.h" | 227 #include "font_T24_min.h" |
| 228 #include "Fonts/image_battery.h" | |
| 229 #include "Fonts/image_heinrichs_weikamp.h" | 228 #include "Fonts/image_heinrichs_weikamp.h" |
| 230 #include "Fonts/image_ostc.h" | |
| 231 | 229 |
| 232 // From Discovery/Inc (shall be shared...) | 230 // From Discovery/Inc (shall be shared...) |
| 233 #include "data_exchange_main.h" | 231 #include "data_exchange_main.h" |
| 234 #include "display.h" | 232 #include "display.h" |
| 235 #include "gfx_engine.h" | 233 #include "gfx_engine.h" |
