mcuboot/boot/mynewt
Fabio Utzig 94912c518f Enable serial only when required for Mynewt
For Mynewt when no logging (default option) or serial boot was selected,
avoid initializing all serial supporting system. This enables to save
flash space when only basic bootloader functionality is used.

Signed-off-by: Fabio Utzig <utzig@apache.org>
2018-06-04 06:54:39 -03:00
..
flash_map_backend Replace mcuboot flash_map by zephyr flash_map 2018-05-16 16:05:17 -03:00
mcuboot_config Add per platform mcuboot_logging.h files 2018-06-04 06:54:39 -03:00
src Enable serial only when required for Mynewt 2018-06-04 06:54:39 -03:00
README.md Make mcuboot less mynewt style 2017-06-02 10:55:27 -07:00
pkg.yml Replace mcuboot flash_map by zephyr flash_map 2018-05-16 16:05:17 -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