mcuboot/samples/zephyr/hello-world
Ding Tao 446d3759f8 zephyr: Fix an invalid url in file CMakeLists.txt
Replace https://www.zephyrproject.org/doc/dts/device_tree.html with
http://docs.zephyrproject.org/devices/dts/device_tree.html

Signed-off-by: Ding Tao <miyatsu@qq.com>
2017-11-21 08:22:32 -07:00
..
boards zephyr: port build system to CMake 2017-11-20 18:10:29 -07:00
src samples: zephyr: add hello-world 2017-08-03 07:19:06 -06:00
CMakeLists.txt zephyr: Fix an invalid url in file CMakeLists.txt 2017-11-21 08:22:32 -07: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 zephyr: port build system to CMake 2017-11-20 18:10:29 -07: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.