mcuboot/samples/zephyr/hello-world
Andrej Butok a58d902659 zephyr: hello_world: Fix the main() return type warning
Fixes the "return type of 'main' is not 'int'" warning.

Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
(cherry picked from commit a5e3d16326)
2024-11-04 14:28:47 +00:00
..
boards zephyr: hello-world: Remove documentaiton for non-existant feature 2018-01-29 16:19:37 -02:00
src zephyr: hello_world: Fix the main() return type warning 2024-11-04 14:28:47 +00:00
CMakeLists.txt zephyr: fix link to Zephyr application docs 2023-05-15 13:47:26 +01:00
README.rst samples: zephyr: add hello-world 2017-08-03 07:19:06 -06:00
prj.conf samples: zephyr: Use the default MCUBoot PEM key file. 2023-11-01 09:53:10 -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.