mcuboot/boot/mynewt
Fabio Utzig a1fae67d8a Add config for BOOT_MAX_IMG_SECTORS
This still defaults to 128 for compatibility, but allows users to
specify less elements to save space, or more elements for devices that
have massive flash size and/or too small sectors.

Signed-off-by: Fabio Utzig <utzig@apache.org>
2018-04-05 18:15:35 -03:00
..
mcuboot_config Add config for BOOT_MAX_IMG_SECTORS 2018-04-05 18:15:35 -03:00
src Always enable uart, use blocking mode 2018-03-29 16:33:25 -03:00
README.md Make mcuboot less mynewt style 2017-06-02 10:55:27 -07:00
pkg.yml Mynewt app: Remove .OVERWITE suffix from pkg.deps 2018-02-23 20:50:37 -03:00
syscfg.yml Fix serial boot functionality for Mynewt 2018-02-22 15:51:39 -07: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