-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-- 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
- Loading branch information
1 parent
31d333c
commit d28cc13
Showing
14 changed files
with
117 additions
and
97 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.