mcuboot/samples/zephyr/hello-world
Fabio Utzig 1e19c5afc7 zephyr: fix include in hello-world app
Update include due to changes in Zephyr. This is related to commit
f1d189c486.

Signed-off-by: Fabio Utzig <utzig@apache.org>
2019-12-16 16:08:00 -03:00
..
boards zephyr: hello-world: Remove documentaiton for non-existant feature 2018-01-29 16:19:37 -02:00
src zephyr: fix include in hello-world app 2019-12-16 16:08:00 -03:00
CMakeLists.txt zephyr: cmake: Remove obsolete code 2019-04-10 10:06:35 -03:00
README.rst samples: zephyr: add hello-world 2017-08-03 07:19:06 -06:00
prj.conf zephyr: hello-world: remove BUILD_TIMESTAMP from prj.conf 2018-10-01 21:41:40 -03:00
sample.yaml samples: zephyr: add hello-world 2017-08-03 07:19:06 -06:00

README.rst

This is a "Hello world" skeleton application which can be used as a
starting point for Zephyr application development using mcuboot.

It includes the configuration "glue" needed to make the application
loadable by mcuboot in addition to a basic Zephyr hello world
application's code.