mcuboot/samples/zephyr/hello-world
Marti Bolivar eba58fa360 samples: zephyr: add hello-world
This is a minimal example application that works on various boards,
without target-specific definitions, device tree overlay files, etc.

It's been tested on frdm_k64f, 96b_carbon, and 96b_nitrogen.

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-08-03 07:19:06 -06:00
..
boards samples: zephyr: add hello-world 2017-08-03 07:19:06 -06:00
src samples: zephyr: add hello-world 2017-08-03 07:19:06 -06:00
Makefile samples: zephyr: add hello-world 2017-08-03 07:19:06 -06:00
README.rst samples: zephyr: add hello-world 2017-08-03 07:19:06 -06:00
dts.overlay samples: zephyr: add hello-world 2017-08-03 07:19:06 -06:00
prj.conf samples: zephyr: add hello-world 2017-08-03 07:19:06 -06: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.