This website requires JavaScript.
Explore
Help
Sign In
InfiniTimeOrg
/
InfiniTime
Watch
1
Star
1
Fork
0
You've already forked InfiniTime
mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced
2024-12-30 05:04:29 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3e70554844
InfiniTime
/
src
/
components
/
datetime
History
Jean-François Milants
7f9cc51b05
Initialize SystemTask, DisplayApp and HeartRateTask as global static variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
2021-06-06 15:56:03 +02:00
..
DateTimeController.cpp
Initialize SystemTask, DisplayApp and HeartRateTask as global static variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
2021-06-06 15:56:03 +02:00
DateTimeController.h
Initialize SystemTask, DisplayApp and HeartRateTask as global static variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
2021-06-06 15:56:03 +02:00