a09ca5b964
The commit adds the MCUBOOT_PERUSER_MGMT_GROUP_ENABLED configuration option to cypress, mbed and mynewt configurations. The options is used to enable custom, system specific, mcymgr commands parsing in mcuboot serial recovery. For the listed platforms it is set as not enabled (0), as neither of the platforms currently provide supporting callback. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no> |
||
---|---|---|
.. | ||
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