mcuboot/boot/mynewt
Andrzej Puzdrowski 907476d701 boot: remove direct fih delay rng inclusion
Direct inclusion of "bootutil/fault_injection_hardening_delay_rng.h"
might cause linking collision as this header belongs to `FIH_ENABLE_DELAY`
mode.
This header is already included by "bootutil/fault_injection_hardening.h"
appropriately.

fixes #831

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2020-10-07 13:50:16 +02:00
..
boot_uart boot_uart: mynewt; option for faster speed with serial. 2018-12-24 08:47:25 -02:00
flash_map_backend boot: mynewt: add config for swap without scratch 2019-12-09 14:21:09 -03:00
mcuboot_config boot: mynewt: add ECIES-X25519 support 2020-04-10 17:56:14 -03:00
src boot: remove direct fih delay rng inclusion 2020-10-07 13:50:16 +02:00
README.md Make mcuboot less mynewt style 2017-06-02 10:55:27 -07:00
pkg.yml mynewt: Make cflags consistent for if or ifdef usage 2019-10-21 17:22:34 -03:00
syscfg.yml mynewt: allow overriding the startup routine 2019-10-21 17:21:27 -03:00

README.md

mcuboot - apps/boot

This sample app implements a boot loader for the Mynewt OS (apache.mynewt.org). This app requires the following Mynewt repositories: * @mcuboot (this one) * @apache-mynewt-core