ARM-software / cmsis-pack-eclipse

CMSIS-Pack Eclipse Plug-ins
Other
65 stars 32 forks source link

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

Open mixaobo opened 1 year ago

mixaobo commented 1 year ago

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 commented 10 months ago

No, that is currently not possible