aboutsummaryrefslogtreecommitdiffstats
path: root/src/Components/Ble/DfuService.h
Commit message (Expand)AuthorAgeFilesLines
* Renamed Components/ to components/Avamander2020-10-021-161/+0
* Encapsulate DFU Image buffering and writing into spi flash in DfuImage.JF2020-06-011-8/+29
* Encapsulate notification send (sync/async) into DfuService::NotificationManager;JF2020-06-011-17/+17
* DFU : add timeout detection : abort dfu procedure after 10s without any data ...JF2020-06-011-3/+4
* Improve DFU procedure :JF2020-06-011-22/+47
* Working demo of OTA using MCUBoot https://github.com/lupyuen/pinetime-rust-my...JF2020-05-241-3/+6
* Fix offset issues in OTA procedure.JF2020-05-201-1/+9
* Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUSer...JF2020-05-111-1/+6
* Read and log info from Start and Ini packets.JF2020-05-031-0/+4
* Add new screen that is displayed during the OTA transfert.JF2020-05-021-1/+8
* Clean code of DfuServiceJF2020-05-011-5/+30
* Working DfuService with quick'n'ugly codeJF2020-05-011-0/+6
* Nimble OTA : work in progressJF2020-04-271-40/+29
* Add Nimble in libs directoryJF2020-04-261-0/+67