Hello
I would say:
- All C and assembly source files
- All header files included there
- The linker command file (.lcf)
- The exported project .xml file. Instead of placing the .mcp file (which is a binary file) into your
VCS system, I would recommend you to export the project to a .xml file (using menu entry
File -> "Export Project"). This is an ASCII text file and can be easily checked in/out.
- The ProcessorExpert configuration file (.G_C). This is an ASCII text file containing internal information
about the Processor Expert project generation.
- The ProcessorExpert Project file (.pe). This is an ASCII text file containing a description of
the beans included in your project with their properties.
That should be it.
CrasyCat