David Brown | ada28e1 | 2017-07-05 13:36:37 -0600 | [diff] [blame^] | 1 | # Zephyr sample application. |
| 2 | |
| 3 | In order to successfully deploy an application using mcuboot, it is |
| 4 | necessary to build at least one other binary: the application itself. |
| 5 | It is beyond the scope of this documentation to describe what an |
| 6 | application is able to do, however a working example is certainly |
| 7 | useful. |
| 8 | |
| 9 | Please see the comments in the Makefile in this directory for more |
| 10 | details on how to build and test this application. |
| 11 | |
| 12 | The hello applications were taken directly from the Zephyr source |
| 13 | tree. |