Source files in src/peripherals orphaned from CMake #1363
Unanswered
dmeehan1968
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The NAMote72 target requires some of those files. This is the reason why they are still present. Please refer to below lines and mainly to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are number of .c and .h files in src/peripherals (e.g. gpio-ioe.c/h, mag3110.c/h, ...) the headers for which are included into some of the board specific implementatons, but they are not included in CMakeLists.txt files which means the C files would not be built and linked. This seems to make them orphaned, unless there are definitions in the headers that are referenced.
Any reason why they are still part of the repo?
Beta Was this translation helpful? Give feedback.
All reactions