Feature #570
shrink binary size once again
Beginn:
07.10.2024
Abgabedatum:
% erledigt:
0%
Geschätzter Aufwand:
CS Zielversion:
Beschreibung
The CTimer is a little bit nasty.
- let it work again; i forgot to set the instance somewhere.
- remove the memsets, they are not needed
- Shrink the constructors/init with constructor inheritance.
- Prescaler/period do not need to be part of class, its already in the handler.
Test candis; does backlight and sound still work?
Here are some nice hints for the linker script (remove .fini):
https://pigweed.dev/docs/size_optimizations.html
Historie
Von Maximilian Seesslen vor etwa 2 Monaten aktualisiert
- Status wurde von Neu zu Erledigt geändert