summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.cpp
AgeCommit message (Collapse)Author
2020-11-19Jeez this is what I get for rushing 😬Samuel Archibald
2020-11-19Whoops! Don't look at this XDSamuel Archibald
2020-11-19Readability and fixSamuel Archibald
2020-11-03This is the actual fix, reducing the time between LCD is turned back on and ↵Samuel Archibald
the next task which will display the time is started.
2020-11-03Fixed displaying last displayed time for ~100ms on wakeSamuel Archibald
2020-10-27Disable sleep mode on the SPI NOR Flash when the version is unknown. This is ↵JF
because the current bootloader (which does not exposes its version) cannot initialize the chip when it's in sleep mode. This feature will be re-enabled when the bootloader expses it's version.
2020-10-09Made sure to unsuppress the diagnostic check after the infinite loop declarationAvamander
2020-10-09Minor formatting, diagnostic and documentation changesAvamander
2020-10-04Merge remote-tracking branch 'origin-origin/patch-3'Avamander
# Conflicts: # src/systemtask/SystemTask.cpp
2020-10-04Fixed a typo in SystemTaskAvamander
2020-10-04Minor #include improvementsAvamander
2020-10-02Fixed all the includes that were broken due to the renamesAvamander
2020-10-02Renamed SystemTask/ to systemtask/Avamander