lupyuen / pinetime-updater

Flash firmware to PineTime the friendly wired way with OpenOCD
Apache License 2.0
65 stars 10 forks source link

Updates to bootloader and firmware #7

Closed TechnologyClassroom closed 3 years ago

TechnologyClassroom commented 3 years ago

Here are links to the latest bootloader and firmware:

Bootloader: https://github.com/JF002/pinetime-mcuboot-bootloader/releases/download/1.0.0/bootloader.bin

Application Firmware: https://github.com/JF002/InfiniTime/releases/download/1.0.0-RC4/pinetime-mcuboot-app-image-1.0.0.bin

I could make a pull request if you would like.

A more permanent solution over hardcoded values would be to check for the most recent stable release and set that for the url value. This would be easier for Infinitime than it would be for the bootloader.

lupyuen commented 3 years ago

Yes could you please create a PR thanks!