summaryrefslogtreecommitdiff
path: root/bootloader/README.md
AgeCommit message (Collapse)AuthorFilesLines
2020-11-01Fixed typo (Transfert -> Transfer)Ryan Hartlage1-8/+8
2020-09-20Update to the latest version of the bootloader ↵JF1-2/+2
(https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v5.0.4)
2020-08-14Fix typo.JF1-1/+1
2020-08-14Add doc about firmware validationJF1-1/+22
2020-08-10Add missing links in bootloader doc.JF1-1/+1
2020-08-10Add more doc about the bootloader (sequence diagrams and degraded cases).JF1-2/+38
2020-07-27Add explaination about the bootloader.JF1-1/+14
2020-06-07Improve doc about bootloader & mcuboot.JF1-1/+1
2020-06-06Add new target (pinetime-graphics) that flash the bootloader logo into the ↵JF1-0/+17
spi flash memory.
2020-06-01Add python script to DFU from a linux PC to the PinetimeJF1-2/+2
2020-05-24Refactor CMake files to allow building 2 binaries : one standalone and one ↵JF1-0/+50
compatible with mcuboot bootloader (the offset in memory is different). Add documentation about mcuboot image generation and OTA. Re-enable watchdog