summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-08-10 20:02:32 +0200
committerJF <jf@codingfield.com>2020-08-10 20:02:32 +0200
commit27fa273d8315f972931dba7971a99b0fbba7360e (patch)
tree4603dec510d905640cb19873f670bb77a960a2d8
parentaab60cf1371166d6b203363b8f3114d8b831d472 (diff)
Add missing links in bootloader doc.
-rw-r--r--bootloader/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/README.md b/bootloader/README.md
index a3cc22ea..79112076 100644
--- a/bootloader/README.md
+++ b/bootloader/README.md
@@ -1,5 +1,5 @@
# About this bootloader
-This bootloader is mostly developed by [Lup Yuen](https://github.com/lupyuen). It is based on [MCUBoot](https://juullabs-oss.github.io/mcuboot/) and Mynewt.
+The [bootloader](https://github.com/lupyuen/pinetime-rust-mynewt/tree/master/libs/pinetime_boot/src) is mostly developed by [Lup Yuen](https://github.com/lupyuen). It is based on [MCUBoot](https://juullabs-oss.github.io/mcuboot/) and [Mynewt](https://mynewt.apache.org/).
The goal of this project is to provide a common bootloader for multiple (all?) Pinetime projects. It allows to upgrade the current bootloader and even replace the current application by another one that supports the same bootloader.