How can I clone a Zephyr library into my project and properly integrate it into the build system?

Hi everyone,

I am currently working on a project using the nRF54L05 and SE052F (from NXP).

I found this GitHub link:
https://github.com/NXPPlugNTrust/nano-package/blob/master/zephyr/readme.rst

It mentions that I can clone this library into my project. However, after following the guide in the repository, I was not able to integrate it successfully. I will attach an image showing the error I encountered and my project.

My question is: what is the correct way to clone and integrate this GitHub package into my Zephyr/NCS project?

Many thanks in advance. SE052F_TEST.zip

Related