qmk_firmware/LUFA
Dean Camera 049e930963 Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device.
Minor code cleanups to add const and reformat where missing, as well as abstract out the internal device signature start address into a macro, so that it can be altered to suit particular devices within a single architecture if needed.

Add missing documentation to the USB_Device_States_t enum.
2011-05-14 02:17:58 +00:00
..
CodeTemplates Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typecasting to the SWAPENDIAN_* macros. 2011-04-25 07:28:36 +00:00
Common Add new USE_LUFA_CONFIG_HEADER compile time option. 2011-05-09 14:04:40 +00:00
Drivers Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device. 2011-05-14 02:17:58 +00:00
ManPages Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device. 2011-05-14 02:17:58 +00:00
Scheduler Move global interrupt enable/disable functions out to Common.h and document them. 2011-04-08 05:40:25 +00:00
Doxygen.conf Conditionally add available address spaces to the address space enum, for multiple address space architectures. 2011-04-04 10:24:57 +00:00
License.txt Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda 2010-10-13 14:05:35 +00:00
Version.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
makefile Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device. 2011-05-14 02:17:58 +00:00