Fix HID descriptor mouse and joystick macros for integer multiples of 8 buttons.
[pub/USBasp.git] / LUFA / Platform /
2013-04-11 Dean CameraAdd some missing function attributes.
2013-03-31 Dean CameraAdd experimental warnings to the XMEGA and UC3 architec...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-19 Dean CameraRename AVR32CLK_*() clock management functions to UC3CL...
2012-09-09 Dean CameraUpdate LUFA core to be compatible with the AVR-GCC...
2012-08-18 Dean CameraSpell-check latest trunk source code.
2012-08-18 Dean CameraMinor documentation improvements.
2012-07-22 Dean CameraAdd missing INTC_GetInterruptHandler() function prototype.
2012-07-01 Dean CameraFix up non-relative header file include paths (thanks...
2012-06-21 Dean CameraAdd additional sanity checks to the inputs of several...
2012-06-19 Dean CameraRevert change to assembly file comment syntax; this...
2012-06-17 Dean CameraReplace C style comments in assembly code with true...
2012-06-09 Dean CameraSpell check source code, fix mistakes.
2012-06-02 Dean CameraAdd platform driver dispatch header and makefile module...
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraUpgrade Doxygen configuration files for Doxygen 1.8...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-04-14 Dean CameraReintegrate the FullEPAddresses development branch...
2012-04-08 Dean CameraDoxygen documentation style changes. Minor documentatio...
2012-04-07 Dean CameraAdd architecture guards to all architecture-specific...
2012-02-24 Dean CameraMinor documentation fixes - change \note entries to...
2012-02-19 Dean CameraFix errors uncovered by the new build test compile...
2012-02-19 Dean CameraAdd build test for forced single USB modes.
2012-02-12 Dean CameraMinor documentation improvements.
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-10-31 Dean CameraFix XMEGA core USB driver so that device mode enumerate...
2011-10-30 Dean CameraUpdate XMEGA clock management so that the correct 16...
2011-10-30 Dean CameraFix error in XMEGA clock platform driver for the DFLL...
2011-10-25 Dean CameraUpdate XMEGA platform clock management example code...
2011-10-07 Dean CameraUSB XMEGA support improvements; add DFLL clock platform...
2011-10-04 Dean CameraFix compile errors for the USB XMEGA parts when the...
2011-07-18 Dean CameraFix names of XMEGA ClockManagement driver functions.
2011-07-15 Dean CameraAdd missing SVN eol-style property to files where it...
2011-07-14 Dean CameraComplete initial revision of the XMEGA Clock Management...
2011-07-14 Dean CameraUpdate UC3 platform driver support to use the bitmasks...
2011-07-14 Dean CameraAdd high speed USB support for the UC3 devices containi...
2011-07-14 Dean CameraFix compile errors in the UC3 platform support due...
2011-07-13 Dean CameraRemove unneeded #include of Device.h in StdDescriptors...
2011-07-12 Dean CameraEnhance and document the AVR32 UC3 platform drivers.
2011-06-29 Dean CameraMerge over core library changes from the MultiArchDemos...