Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Torsten Rasmussen 1cccc8a8fe cmake: increase minimal required version to 3.20.0 4 years ago
..
mylib native: removed redundant compiler args MMD & MP 6 years ago
src global: Remove leading/trailing blank lines in files 6 years ago
CMakeLists.txt cmake: increase minimal required version to 3.20.0 4 years ago
README.rst samples: external_lib: Add readme to external library sample 5 years ago
prj.conf
sample.yaml tests: samples: Add targetted platform_excludes for intel_adsp_cavs15 4 years ago

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.