aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtask
Commit message (Collapse)AuthorAgeFilesLines
* Disable sleep mode on the SPI NOR Flash when the version is unknown. This is ↵JF2020-10-271-1/+6
| | | | | | 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.
* Made sure to unsuppress the diagnostic check after the infinite loop declarationAvamander2020-10-091-0/+2
|
* Minor formatting, diagnostic and documentation changesAvamander2020-10-091-1/+4
|
* Merge pull request #80 from Avamander/patch-1JF0022020-10-081-1/+1
|\ | | | | Switched from NULL to nullptr
| * Replaced NULL with nullptrAvamander2020-10-041-1/+1
| |
* | Merge remote-tracking branch 'origin-origin/patch-3'Avamander2020-10-041-2/+2
|\ \ | | | | | | | | | | | | # Conflicts: # src/systemtask/SystemTask.cpp
| * | Minor #include improvementsAvamander2020-10-041-4/+6
| |/
* / Fixed a typo in SystemTaskAvamander2020-10-042-4/+4
|/
* Fixed all the includes that were broken due to the renamesAvamander2020-10-022-7/+8
|
* Renamed SystemTask/ to systemtask/Avamander2020-10-023-0/+385