diff options
author | xengineering <me@xengineering.eu> | 2025-02-23 11:58:44 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-02-23 11:58:44 +0100 |
commit | fd759d4fb327cf58851a00f22f25730abb8eb5f4 (patch) | |
tree | f8ffd9a14ac8ec2d0025132a5b4d2bf62b43d6dc | |
parent | ff74e7ca54dabf41720e9739ff59ba816e92cec9 (diff) | |
download | iot-contact-fd759d4fb327cf58851a00f22f25730abb8eb5f4.tar iot-contact-fd759d4fb327cf58851a00f22f25730abb8eb5f4.tar.zst iot-contact-fd759d4fb327cf58851a00f22f25730abb8eb5f4.zip |
fw: Add mcuboot submodule
This provides the source code for the used bootloader.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | fw/zephyrproject/bootloader/mcuboot | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 033084e..64dfcba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "zephyrproject/modules/hal/cmsis"] path = fw/zephyrproject/modules/hal/cmsis url = https://github.com/zephyrproject-rtos/cmsis.git +[submodule "fw/zephyrproject/bootloader/mcuboot"] + path = fw/zephyrproject/bootloader/mcuboot + url = https://github.com/zephyrproject-rtos/mcuboot.git diff --git a/fw/zephyrproject/bootloader/mcuboot b/fw/zephyrproject/bootloader/mcuboot new file mode 160000 +Subproject f74b77cf7808919837c0ed14c2ead3918c54634 |