tree: ba0e462bc4b49f7aec18b132a2f403428a0f6d1a [path history] [tgz]
  1. bad-keys/
  2. hello-world/
  3. .gitignore
  4. build-boot.sh
  5. build-hello.sh
  6. Makefile
  7. overlay-ecdsa-p256.conf
  8. overlay-rsa.conf
  9. overlay-skip-slot0-validate.conf
  10. overlay-upgrade-only.conf
  11. README.md
  12. run-tests.go
  13. run-tests.sh
samples/zephyr/README.md

Zephyr sample application.

In order to successfully deploy an application using mcuboot, it is necessary to build at least one other binary: the application itself. It is beyond the scope of this documentation to describe what an application is able to do, however a working example is certainly useful.

Please see the comments in the Makefile in this directory for more details on how to build and test this application.