aboutsummaryrefslogtreecommitdiffstats
path: root/bootloader
Commit message (Collapse)AuthorAgeFilesLines
* Add python script to DFU from a linux PC to the PinetimeJF2020-06-0110-2/+1509
|
* Add example scripts to generate mcuboot image, dfu file and program them ↵JF2020-05-244-0/+43
| | | | with openocd.
* Typo in file name.JF2020-05-241-0/+0
| | | | Set version to 0.6.0.
* Refactor CMake files to allow building 2 binaries : one standalone and one ↵JF2020-05-243-0/+50
compatible with mcuboot bootloader (the offset in memory is different). Add documentation about mcuboot image generation and OTA. Re-enable watchdog