Skip to content

v2.18

Latest
Compare
Choose a tag to compare
@davidflowers davidflowers released this 29 Nov 20:08

-- updating files to v2.18 MLA update --

• Added support for XC8 v2.00 and later
• Remove support for C18
• Fix typo when using PIC32MM0064GPM028 device
• Add missing header files for printer host, generic host, and MIDI host
• Update bytes transferred in HID host from uint8_t to uint16_t to allow for more than 255 bytes of transferred data
• Move to use bit flag names for interrupts on PIC24F/dsPIC33 instead of register names so interrupt flag moving to
different register is no longer an issue
• Adding explicit casts to remove compiler warnings
• Adding fixed memory address for SerialState information in CDC device driver for dual port RAM devices. Previously this
would cause RAM corruption and invalid values as the USB module may not be able to access the variable based on
where it linked
• Fix issue where GetStatus(ENDPOINT = 0) would result in null pointer reference