mcuboot/boot/mynewt
Jerzy Kasenberg 29f9540db8 mynewt: Igore swap_scratch.c for single application slot
swap_scratch.c requires definition of SLOT1, in single application
slot build it's not needed and file would not be used anyway so
now it is removed from mynewt build

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
2024-05-23 18:09:36 +02:00
..
boot_uart boot_uart: mynewt; option for faster speed with serial. 2018-12-24 08:47:25 -02:00
flash_map_backend mynewt: Add support for MCUBOOT_SINGLE_APPLICATION_SLOT 2024-04-08 17:53:51 -03:00
mcuboot_config mynewt: Add support for MCUBOOT_SINGLE_APPLICATION_SLOT 2024-04-08 17:53:51 -03:00
src mynewt: Add single_loader support 2024-04-14 20:17:44 -03:00
README.md doc: Fixed consistency of bootloader term 2021-10-21 06:45:13 -03:00
pkg.yml mynewt: Igore swap_scratch.c for single application slot 2024-05-23 18:09:36 +02:00
syscfg.yml mynewt: Make sysinit() call configurable 2023-07-17 19:39:05 -03:00

README.md

MCUboot - apps/boot

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