mcuboot/samples/zephyr
Marti Bolivar b9f5a68dac samples: zephyr: use unified application
Replace the hello1 and hello2 applications with hello-world.

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-08-03 07:19:06 -06:00
..
hello-world samples: zephyr: add hello-world 2017-08-03 07:19:06 -06:00
.gitignore samples: Add .gitignore to ignore output files 2017-07-20 14:55:50 -06:00
Makefile samples: zephyr: use unified application 2017-08-03 07:19:06 -06:00
README.md samples: zephyr: use unified application 2017-08-03 07:19:06 -06:00
build-boot.sh samples: Create a zephyr sample 2017-07-10 11:16:25 -06:00
build-hello.sh samples: Create a zephyr sample 2017-07-10 11:16:25 -06:00

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.