3.5.11 What Devices are Supported by the Compiler?
Support for new devices usually takes place with each compiler release. There are several ways to find out whether a device is supported by your compiler (see also, 5.2.1 Device Support); two of which are as follows:
- HTML listings are provided in the compiler’s docs directory. Open these in your favorite web browser. They are called pic_chipinfo.html and pic18_chipinfo.html.
- Run the compiler driver on the command line with the
-mprint-devices
option (see 4.6.2.8 Print-devices). A full list of all devices is printed to the screen.