Source Files

The source files are available throughwww.microchip.com.

The projects contain the following files:

Note: Some of the *.h files contain function definitions. The reason for this is that GCC is then capable of optimizing the code more easily. This is especially the case with inline functions. When done this way it allows GCC to produce code optimization comparable to what the -flto optimization flag would give. One difference is that the -flto option will currently not preserve debug information. The -flto option will still give better code size in many cases. The -flto option combined with -Os gives size optimization that is in some cases comparable to IAR.