zephyr/samples/application_development/external_lib
Kumar Gala 59fd4bfdfd samples: app_dev: set integration_platforms to native_posix
Set integration_platforms on these samples to just native_posix.  This
should be sufficient to make sure these tests build and run.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-03-03 09:11:53 -06:00
..
mylib native: removed redundant compiler args MMD & MP 2019-09-17 11:27:19 +02:00
src global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
CMakeLists.txt samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
README.rst samples: external_lib: Add readme to external library sample 2020-05-15 17:18:56 +02:00
prj.conf samples: demonstrate the use of KBUILD_ZEPHYR_APP 2017-06-19 21:23:11 -04:00
sample.yaml samples: app_dev: set integration_platforms to native_posix 2021-03-03 09:11:53 -06:00

README.rst

.. _external_library:

External Library
#################

Overview
********
A simple example that demonstrates how to include an external static library
into the Zephyr build system.
The demonstrates both how to build the external library using a different build
system and how to include the built static library.