Application Development
These samples illustrate some useful application development patterns and techniques.
- Code relocation nocopyRelocate code, data, or bss sections using a custom linker script.
- External LibraryInclude an external static library into the Zephyr build system.
For application development you should also consider looking at example-application. Among others, you will find on it out of tree driver or board examples.