This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
mcuboot
mirror of
https://github.com/zephyrproject-rtos/mcuboot.git
Watch
1
Star
0
Fork
You've already forked mcuboot
0
Code
Issues
Releases
Wiki
Activity
v3.7-branch
mcuboot
/
zephyr
/
module.yml
6 lines
103 B
YAML
Raw
Permalink
Normal View
History
Unescape
Escape
zephyr: Add module.yml for Zephyr module integration module.yaml added as required for Zephyr's integration as a module. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2019-12-16 18:58:43 +08:00
samples
:
-
boot/zephyr
bootutil: extracted app common library from bootutil_misc Part of code of boot/bootutil/ is re-implemented in zephyr-rtos repository. As some code are defined here and there it becomes problem when need to include it with outstanding feature in a build. It is possible to mitigate problem using #fdefry - but this was rather temporary hack. This patch introduce new module which is common for MCUBoot build and application build. Common code were extracted to bootutil_public.c source file and bootutil_public.h header MCUboot also select DISABLE_MCUBOOT_BOOTUTIL_LIB_OWN_LOG Kconfig option, as it must define log configuration on its own for all its sourcecode. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2020-11-10 21:35:15 +08:00
build
:
cmake
:
./boot/bootutil/zephyr
zephyr: Add estimated image footer size to cache in sysbuild Adds MCUboot's estimated overhead footer size to the application's cache when using sysbuild, this allows that information to be propagated to applications which can use the information to reduce the available size for an application, preventing the MCUboot error of image too large to swap. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-10-30 19:59:57 +08:00
sysbuild-cmake
:
boot/zephyr/sysbuild