aboutsummaryrefslogtreecommitdiffstats
path: root/src/BootloaderVersion.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-0/+1
|
* Add missing standard includesReinhold Gschweicher2021-11-151-0/+3
|
* SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix2021-06-261-5/+10
| | | | | | * 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
* Changed access modified indentationAvamander2021-04-241-1/+1
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-6/+6
|
* Disable sleep mode on the SPI NOR Flash when the version is unknown. This is ↵JF2020-10-271-0/+12
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.