mcuboot/boot/mynewt
Christopher Collins fea163c6a4 Fix Mynewt builds; add log stub dependency
A recent change in the Mynewt repo
(b10cbea5ef882e7f91d1c34ffcf2506d3e183003) imposes the LOG API
requirement on the `sys/mfg` package.  To fix broken builds, make the
Mynewt app and test package depend on `sys/log/stub`.

Signed-off-by: Christopher Collins <ccollins@apache.org>
2019-01-12 14:38:41 -07:00
..
boot_uart boot_uart: mynewt; option for faster speed with serial. 2018-12-24 08:47:25 -02:00
flash_map_backend Replace mcuboot flash_map by zephyr flash_map 2018-05-16 16:05:17 -03:00
mcuboot_config boot: zephyr: migrate to new log subystem 2019-01-10 19:11:15 +01:00
src Initialize watchdog when running on Mynewt 2018-07-30 08:33:00 -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