52cac94c0e
In same cases (loging, hash, crypto) main function called newt tool generated sysinit() function to create uart device and crypto. Now user can specify that sysinit should be called for other cases if needed. This can be useful if some other package should be included in the build and it has package initialization function. Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl> |
||
---|---|---|
.. | ||
boot_uart | ||
flash_map_backend | ||
mcuboot_config | ||
src | ||
README.md | ||
pkg.yml | ||
syscfg.yml |
README.md
MCUboot - apps/boot
This sample app implements a bootloader for the Mynewt OS (apache.mynewt.org). This app requires the following Mynewt repositories: * @mcuboot (this one) * @apache-mynewt-core