blob: cd992474488f1534b15d67cad082bb7f12e2f05f [file] [log] [blame] [view]
David Brownada28e12017-07-05 13:36:37 -06001# Zephyr sample application.
2
3In order to successfully deploy an application using mcuboot, it is
4necessary to build at least one other binary: the application itself.
5It is beyond the scope of this documentation to describe what an
6application is able to do, however a working example is certainly
7useful.
8
9Please see the comments in the Makefile in this directory for more
10details on how to build and test this application.