Skip to main content

IAR Embedded Workbench for Arm 9.70.x

Adding a file to a CMSIS-Toolbox project

In this section:
Files in a CSolution project are typically added to the cproject.yml file:
  1. Open the cproject.yml that corresponds to the project.

  2. Under groups, either add a new group like this:

    - group: NewGroup
      files:
       - file: ./mySourceFile.c

    or add files to existing groups using the -file entry. For more options on adding files, see the official CMSIS-Toolbox documentation.