- Full support for bit-fields
Bit fields are now supported in the standard way.
- New headers files
A new header file is now provided for each pic18 device. These headers are compatible with Microchip's headers, but are not a copy of them.
- New inc2h-v2 utility
This is a new version of the previous inc2h that is able to build the headers files from Microchip's «.inc» files.
- Explicit bit-fields
This feature is an extension of the standard that allows to slice any 8 bit variable in bit fields.
- Support for the const keyword
const is now supported as specified by the ANSI standard.
Because the compiler is now more strict about constness, old codes may have to be slighly modified.
- Minor bug fixes
AG
2013-04-10