Replies: 1 comment
-
Hi @0x0fe |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The only way i am aware of including a static .a library is by creating a library directory in the main arduino libraries directory, and use its library.properties file as i did below for nanoedgeai library
But is there a way to do this from a project directory? indeed in many case creating a global library directory is not convenient nor suitable, for example in the case of NanoEdgeAi, the library is actually tailored to the specific model and therefore will not and cannot be used for other projects, so it it is a problem to create a global library for it, plus it will cause an issue as soon as more than one project need their static library because more directories will have to be created -> mess.
Beta Was this translation helpful? Give feedback.
All reactions