We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
____| 20_BSW
____| 40_Workspace (contain *. eww)
________|Project_1 (contain *. ewp, ...)
Anyone know how to change it? Thank you!
The text was updated successfully, but these errors were encountered:
No, that is currently not possible
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: