This website requires JavaScript.
Explore
Help
Sign in
scott
/
InfiniTime
Watch
1
Star
0
Fork
You've already forked InfiniTime
0
Code
Issues
Pull requests
Projects
Releases
1
Packages
Wiki
Activity
Actions
6c023785e5
InfiniTime
/
src
/
systemtask
History
Download ZIP
Download TAR.GZ
Jean-François Milants
6c023785e5
Fix wake on tap/double tap.
2021-08-28 21:30:31 +02:00
..
Messages.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
SystemMonitor.h
Changed access modified indentation
2021-04-24 12:00:45 +03:00
SystemTask.cpp
Fix wake on tap/double tap.
2021-08-28 21:30:31 +02:00
SystemTask.h
Merge branch 'develop' into new_touch_handler
2021-07-25 20:01:09 +03:00