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

Change Code gen (RTE folder) when using CMSIS? #107

Open
mixaobo opened this issue Jul 11, 2023 · 1 comment
Open

Change Code gen (RTE folder) when using CMSIS? #107

mixaobo opened this issue Jul 11, 2023 · 1 comment

Comments

@mixaobo
Copy link

mixaobo commented Jul 11, 2023

I use IAR workbench and here is the default structure when it's created

Root

____|10_SDK (all file related to SDK, RTE should be here)

____|20_BSW

____|30_App

____|40_Workspace (contain .eww)

________|Project_1 (contain .ewp)

________|RTE

____________|CMSIS_Driver

____________|Device

I want to change the location of RTE from 40_.../Project_1 to 10_SDK so the implementation will be separated with workspace folder.

Root

____|10_SDK (all file related to SDK, RTE should be here)

________|RTE

____________|CMSIS_Driver

____________|Device

____| 20_BSW

____|30_App

____| 40_Workspace (contain *. eww)

________|Project_1 (contain *. ewp, ...)

Anyone know how to change it? Thank you!

@edriouk
Copy link
Contributor

edriouk commented Oct 27, 2023

No, that is currently not possible

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

2 participants