mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-17 23:45:55 +00:00
…
|
||
---|---|---|
.. | ||
mylib | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
README.rst | ||
sample.yaml |
.. _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.