mcuboot/boot/mynewt
Fabio Utzig ac18eec773 Add Mynewt support for bundled tinycrypt + mbedtls
This commit removes the pseudo tinycrypt package based on symlinks
by adding a new pkg.yml to ext/tinycrypt and using it directly. It
also uses the new mbed-tls bundled ASN1 parser when EC256 is selected.

Signed-off-by: Fabio Utzig <utzig@apache.org>
2017-12-21 13:32:59 -07:00
..
mcuboot_config Add faster copy/erase to overwrite-only mode 2017-10-19 09:28:37 -06:00
src Fix syntax error 2017-06-28 08:44:31 -06:00
README.md Make mcuboot less mynewt style 2017-06-02 10:55:27 -07:00
pkg.yml Fix running newtmgr when building for mcuboot 2017-07-21 15:58:44 -03:00
syscfg.yml Fix running newtmgr when building for mcuboot 2017-07-21 15:58:44 -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