aboutsummaryrefslogtreecommitdiffstats
path: root/bootloader/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo (Transfert -> Transfer)Ryan Hartlage2020-11-011-8/+8
|
* Update to the latest version of the bootloader ↵JF2020-09-201-2/+2
| | | | (https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v5.0.4)
* Fix typo.JF2020-08-141-1/+1
|
* Add doc about firmware validationJF2020-08-141-1/+22
|
* Add missing links in bootloader doc.JF2020-08-101-1/+1
|
* Add more doc about the bootloader (sequence diagrams and degraded cases).JF2020-08-101-2/+38
|
* Add explaination about the bootloader.JF2020-07-271-1/+14
|
* Improve doc about bootloader & mcuboot.JF2020-06-071-1/+1
|
* Add new target (pinetime-graphics) that flash the bootloader logo into the ↵JF2020-06-061-0/+17
| | | | spi flash memory.
* Add python script to DFU from a linux PC to the PinetimeJF2020-06-011-2/+2
|
* Refactor CMake files to allow building 2 binaries : one standalone and one ↵JF2020-05-241-0/+50
compatible with mcuboot bootloader (the offset in memory is different). Add documentation about mcuboot image generation and OTA. Re-enable watchdog