fea163c6a4
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> |
||
---|---|---|
.. | ||
boot_uart | ||
flash_map_backend | ||
mcuboot_config | ||
src | ||
README.md | ||
pkg.yml | ||
syscfg.yml |
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