mcuboot/samples/zephyr/hello-world
Gerard Marull-Paretas 34dd9e707d zephyr: use <zephyr/kernel.h>
<zephyr/zephyr.h> is just a shim to the <zephyr/kernel.h> header, better
use it directly as it is explicit that Kernel APIs are being included.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2022-06-16 21:47:43 +02:00
..
boards zephyr: hello-world: Remove documentaiton for non-existant feature 2018-01-29 16:19:37 -02:00
src zephyr: use <zephyr/kernel.h> 2022-06-16 21:47:43 +02:00
CMakeLists.txt cmake: scripts: now using ZEPHYR_BASE as local variable 2020-06-15 15:27:48 +02: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.