InfiniTime/src/systemtask
Riku Isokoski 0a0f28fff4
Make firmware updating more foolproof (#469)
* Make firmware updating more foolproof and fix bugs
* No need to manually handle overflow
* Make startTime TickType_t
* Don't process TouchEvents::None
* Fix sleep getting re-enabled issue more directly
2021-07-22 21:57:45 +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 Make firmware updating more foolproof (#469) 2021-07-22 21:57:45 +02:00
SystemTask.h Notify battery level every 10 minutes when connected to a BLE host. 2021-07-11 16:55:06 +02:00