Hi,
I'm working on a project where I need for some reason to create a "system" static lib.
What I mean by "system" is a lib where all nrf_driver, startup file, etc are grouped in a single .a file.
This will be later used by arm-none-eabi-gcc to compile a single main.c file and linked with the static lib.
To test this I used the 'uart' example :