Skip to content

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

@mixaobo

Description

@mixaobo

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions