aboutsummaryrefslogtreecommitdiffstats
path: root/src/Components/Ble/DfuService.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Components/ to components/Avamander2020-10-021-440/+0
|
* Fix most of the warnings. Remaining warnings come from nimble source code.JF2020-08-171-2/+2
|
* Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.JF2020-06-161-2/+6
|
* DfuService : fix Magic number : incorrect values were written in memory.JF2020-06-071-2/+2
|
* Encapsulate DFU Image buffering and writing into spi flash in DfuImage.JF2020-06-011-81/+100
| | | | Add some const in SPI driver.
* Encapsulate notification send (sync/async) into DfuService::NotificationManager;JF2020-06-011-49/+61
|
* DFU : add timeout detection : abort dfu procedure after 10s without any data ↵JF2020-06-011-9/+37
| | | | from the host.
* Improve DFU procedure :JF2020-06-011-112/+149
| | | | | | | | - correctly write all bytes to flash - check CRC - Fix bug in notification : they cannot be sent from the control point handler (because it seems you cannot send a notification and a write acknowledge at the same time) using a timer (quick'n'dirty implementation to be improved) - Improve dfu screen - Reset if dfu image is correctly copied into flash and crc is ok.
* Working demo of OTA using MCUBoot ↵JF2020-05-241-5/+28
| | | | https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v4.1.4
* Fix offset issues in OTA procedure.JF2020-05-201-6/+61
| | | | CRC verification : work in progress (not fully working for now).
* Fix race conditions on SPI and integrate the SPI NOR Flash driver into ↵JF2020-05-111-1/+16
| | | | DFUService (WIP)
* Read and log info from Start and Ini packets.JF2020-05-031-3/+23
|
* Improve dfu state machineJF2020-05-031-6/+17
|
* Add new screen that is displayed during the OTA transfert.JF2020-05-021-1/+12
|
* Clean code of DfuServiceJF2020-05-011-97/+120
|
* Working DfuService with quick'n'ugly codeJF2020-05-011-9/+69
|
* Nimble OTA : work in progressJF2020-04-271-68/+89
|
* Add Nimble in libs directoryJF2020-04-261-0/+101