mcuboot/sim/mcuboot-sys
Andrzej Puzdrowski f573b392ec 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>
2021-01-13 17:49:49 +01:00
..
csupport boot: bootutil: drop flash_area_read_is_empty 2020-10-08 20:47:56 -03:00
src sim: update alignment (aka write_sz) to u16 2020-10-05 17:11:14 -03:00
.gitignore sim: Naive move of binding into mcuboot-sys 2017-07-12 15:00:57 -06:00
Cargo.toml sim: Add test support for x25519 encrypted images 2020-04-10 17:56:14 -03:00
build.rs bootutil: extracted app common library from bootutil_misc 2021-01-13 17:49:49 +01:00