-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Hi, this is not critical issue. Just wanted to ask if these configuration setup is intended or if it can be improved.
First:
Why component folder has two different name. One is for standalone example 'component' and one is for sdk package 'components'. Mentioned example has also more components inside its component folder. So the issue is then that in standalone example include for cmake needs use ../component/<component folder>
path and SDK ../components/<component folder>
. Could be confusing when you are searching and investigating between these two sources (e.g adding additional component from sdk to modified example).
Second:
@MichalPrincNXP maybe you will be interested in this one.
E.g. if you compare standalone package for mentioned example and power_mode_switch, you will notice that mentioned example has two folders with files which all are appearing in power_mode_switch example just in one folder. Would be nice to use just one approach, so it would be easier to compare differencies:
+
vs
These differencies are there very long time....