33fbef51c0
This commit is a followup to the usage of `find_package(Zephyr ...)`. The zephyr/hello-world sample has been updated to use find_package. The assemble.py script now takes ZEPHYR_BASE as an argument, so it may be used from CMakeLists.txt files when ZEPHYR_BASE is not set in environment, and thus the Makefile sample has been adjusted accordingly. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> |
||
---|---|---|
.. | ||
boards | ||
src | ||
CMakeLists.txt | ||
README.rst | ||
prj.conf | ||
sample.yaml |
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.