summaryrefslogtreecommitdiff
path: root/bootloader
AgeCommit message (Collapse)AuthorFilesLines
2020-06-01Add python script to DFU from a linux PC to the PinetimeJF10-2/+1509
2020-05-24Add example scripts to generate mcuboot image, dfu file and program them ↵JF4-0/+43
with openocd.
2020-05-24Typo in file name.JF1-0/+0
Set version to 0.6.0.
2020-05-24Refactor CMake files to allow building 2 binaries : one standalone and one ↵JF3-0/+50
compatible with mcuboot bootloader (the offset in memory is different). Add documentation about mcuboot image generation and OTA. Re-enable watchdog