![]() |
CMSIS Packs
Version 0.10
Mechanism to install software, device support, APIs, and example projects
|
File types
File category types define the use of a file within the application. The type <FileCategoryEnum> is a token that can have the values listed in the table below.
| Token | Description |
|---|---|
| doc | Documentation |
| header | Header files used in the application |
| include | Sets an include path without specifying a header file |
| library | Library file |
| object | Object file that can be added to the application |
| source | Startup-, system-, and other C/C++, assembler, etc. source files |
| image | Files of image type are marked for special processing into a Filesystem Image embedded into the application. This category requires the attr being set to template or interface. |
| other | Other file types not covered in the list above |