zephyr/samples/application_development/external_lib
Joakim Andersson f5ec251c8f samples: external_lib: Add readme to external library sample
Add readme to external library sample

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-05-15 17:18:56 +02: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 cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
prj.conf
README.rst samples: external_lib: Add readme to external library sample 2020-05-15 17:18:56 +02:00
sample.yaml x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00

.. _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.