aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/DfuService.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make firmware updating more foolproof (#469)Riku Isokoski2021-07-221-5/+4
| | | | | | | * 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
* SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix2021-06-261-0/+5
| | | | | | * Retrieve and display bootloader version - Display bootloader version on System Info screen - Enable SPI flash sleep mode if bootloader version >= 1.0.0 * Wait for SPI flash to wakeup before starting OTA DFU
* Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants2021-06-061-3/+3
| | | | 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.
* Reformatted all the files according to clang-format styleAvamander2021-04-241-115/+109
|
* Include cleanup: componentsokaestne2020-11-161-2/+2
|
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-0/+441