Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

erpc_matrix_multiply_rpmsg_rtos_imxcm4 imx7ulp armgcc missconfiguration #22

Open
Hadatko opened this issue Jan 25, 2024 · 2 comments
Open
Assignees

Comments

@Hadatko
Copy link
Contributor

Hadatko commented Jan 25, 2024

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).

image
vs
image

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:
image
+
image
vs
image
These differencies are there very long time....

@MichalPrincNXP
Copy link
Contributor

Hi Dusan,
as for point 1, @mcuxsusan could comment that...
as for point 2, this files placing inconsistency seems to be relevant just when standalone example project is downloaded, this problem is not present when the whole sdk package is downloaded. Anyway, let me ask the webbuilder team what is the rootcause and how it can be improved.
Thank you
Michal

@Hadatko
Copy link
Contributor Author

Hadatko commented Jan 26, 2024

Thank you @MichalPrincNXP. As for point1 for example 'drivers' folder has same name in both cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants