summaryrefslogtreecommitdiff
path: root/src/Components/Ble/DfuService.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Encapsulate notification send (sync/async) into DfuService::NotificationManager;JF1-49/+61
2020-06-01DFU : add timeout detection : abort dfu procedure after 10s without any data ...JF1-9/+37
2020-06-01Improve DFU procedure :JF1-116/+153
2020-05-24Working demo of OTA using MCUBoot https://github.com/lupyuen/pinetime-rust-my...JF1-5/+28
2020-05-20Fix offset issues in OTA procedure.JF1-6/+61
2020-05-11Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUSer...JF1-1/+16
2020-05-03Read and log info from Start and Ini packets.JF1-3/+23
2020-05-03Improve dfu state machineJF1-6/+17
2020-05-02Add new screen that is displayed during the OTA transfert.JF1-1/+12
2020-05-01Clean code of DfuServiceJF1-99/+122
2020-05-01Working DfuService with quick'n'ugly codeJF1-9/+69
2020-04-27Nimble OTA : work in progressJF1-68/+89
2020-04-26Add Nimble in libs directoryJF1-0/+101