mcuboot/boot/mynewt
Jerzy Kasenberg ed6460b815 mynewt: Add single_loader support
There is existing functionality for Zephyr where mcuboot works
with single slot (no swap) and image can be updated via boot_serial.

To have same functionality in mynewet single_loader.c file is copied
from zephyr tree and 2 pkg.yml files are modified to utilize new
file when BOOTUTIL_SINGLE_APPLICATION_SLOT is defined

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
2024-04-14 20:17:44 -03: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: Add single_loader support 2024-04-14 20:17:44 -03: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