summaryrefslogtreecommitdiff
path: root/src/Components/Ble/DfuService.cpp
AgeCommit message (Expand)Author
2020-10-02Renamed Components/ to components/Avamander
2020-08-17Fix most of the warnings. Remaining warnings come from nimble source code.JF
2020-06-16Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.JF
2020-06-07DfuService : fix Magic number : incorrect values were written in memory.JF
2020-06-01Encapsulate DFU Image buffering and writing into spi flash in DfuImage.JF
2020-06-01Encapsulate notification send (sync/async) into DfuService::NotificationManager;JF
2020-06-01DFU : add timeout detection : abort dfu procedure after 10s without any data ...JF
2020-06-01Improve DFU procedure :JF
2020-05-24Working demo of OTA using MCUBoot https://github.com/lupyuen/pinetime-rust-my...JF
2020-05-20Fix offset issues in OTA procedure.JF
2020-05-11Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUSer...JF
2020-05-03Read and log info from Start and Ini packets.JF
2020-05-03Improve dfu state machineJF
2020-05-02Add new screen that is displayed during the OTA transfert.JF
2020-05-01Clean code of DfuServiceJF
2020-05-01Working DfuService with quick'n'ugly codeJF
2020-04-27Nimble OTA : work in progressJF
2020-04-26Add Nimble in libs directoryJF