tree: a81def009f17ff59fc8ee3eeb9060d278c0b4730 [path history] [tgz]
  1. hello-world/
  2. .gitignore
  3. build-boot.sh
  4. build-hello.sh
  5. Makefile
  6. README.md
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.