Adding a file to a CMSIS-Toolbox project
In this section:
Open the
cproject.ymlthat corresponds to the project.Under
groups, either add a new group like this:- group: NewGroup files: - file: ./mySourceFile.c
or add files to existing groups using the
-fileentry. For more options on adding files, see the official CMSIS-Toolbox documentation.