mcuboot/boot/mynewt
Fabio Utzig ea34f9a77b Fix Mynewt boot_serial unittest
The boot_serial test was failing build because it hadn't been updated to
use new multi-image flash area nomenclature. This fixes the build.

Signed-off-by: Fabio Utzig <utzig@apache.org>
2019-10-01 17:36:12 -03:00
..
boot_uart boot_uart: mynewt; option for faster speed with serial. 2018-12-24 08:47:25 -02:00
flash_map_backend Fix Mynewt boot_serial unittest 2019-10-01 17:36:12 -03:00
mcuboot_config Add basic multi-image support for Mynewt 2019-09-09 10:00:09 -03:00
src Update bootutil to reduce amount of global state 2019-08-07 14:33:36 -03:00
README.md Make mcuboot less mynewt style 2017-06-02 10:55:27 -07:00
pkg.yml Fix Mynewt builds; add log stub dependency 2019-01-12 14:38:41 -07:00
syscfg.yml boot_serial; text size reduction. 2018-06-14 23:19:06 +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