AVR8: Add option to keep 3.3V regulator enabled
[pub/USBasp.git] / LUFA / Drivers / USB / Core / XMEGA /
2013-08-13 Dean CameraMerge branch 'xmega-twi' of github.com:jamuraa/lufa...
2013-08-13 Dean CameraFixed re-enumeration issue of XMEGA architecture targets.
2013-07-15 Dean CameraFixed incorrect USB device state set when a suspended...
2013-05-05 Dean CameraRevert incorrect XMEGA interrupt disable patch; all...
2013-05-04 Dean CameraMinor documentation improvements.
2013-04-28 Dean CameraMove USB mode enum into the top level USB controller...
2013-04-14 Dean CameraReduce the amount of inlining of core Endpoint function...
2013-03-23 Dean CameraFix incorrect Interrupt disable function for the XMEGA...
2013-03-18 Dean CameraMinor documentation improvements.
2013-02-13 Dean CameraReset XMEGA NVM read command to the symbolic NO_OPERATI...
2013-01-27 Dean CameraSuppress unused function parameter warnings in the...
2013-01-27 Dean CameraFix broken XMEGA USB support.
2013-01-03 Dean CameraUpdate copyright year to 2013.
2013-01-03 Dean CameraFixed hardware race condition that could cause failed...
2012-10-14 Dean CameraClean up unnecessary CPPCheck static analysis suppressi...
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-09 Dean CameraUpdate LUFA core to be compatible with the AVR-GCC...
2012-08-28 Dean CameraFixed logic hole breaking USB operations on a USB contr...
2012-08-27 Dean CameraMinor documentation corrections.
2012-08-18 Dean CameraSpell-check latest trunk source code.
2012-07-15 Dean CameraMinor documentation improvements.
2012-06-21 Dean CameraAdd svn:eol-style property on all source files where...
2012-06-10 Dean CameraAdd checks to the endpoint and pipe configure functions...
2012-06-10 Dean CameraAdd MAX_ENDPOINT_INDEX compile time option for the...
2012-06-09 Dean CameraSpell check source code, fix mistakes.
2012-05-26 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-26 Dean CameraFix incorrect definition for the XMEGA Endpoint_BytesIn...
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraUpgrade Doxygen configuration files for Doxygen 1.8...
2012-05-19 Dean CameraAdd missing CPPCheck unusedFunction check suppressions...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-05-05 Dean CameraAdd additional preprocessor sanity checks for the XMEGA...
2012-04-14 Dean CameraReintegrate the FullEPAddresses development branch...
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-09 Dean CameraFix XMEGA architecture not correctly resetting the...
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2012-02-04 Dean CameraMinor corrections to the XMEGA USB controller implement...
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-12-13 Dean CameraMinor XMEGA USB driver fixes.
2011-11-23 Dean CameraAdd XMEGA compile time tokens to the LUFAConfig.h code...
2011-11-14 Dean CameraMinor corrections for the XMEGA USB controller. Add...
2011-11-01 Dean CameraFix XMEGA core USB driver endpoint code to prevent...
2011-10-31 Dean CameraAdd support for the Atmel XMEGA A3BU Xplained board.
2011-10-31 Dean CameraFix XMEGA core USB driver so that device mode enumerate...
2011-10-30 Dean CameraNamespace out the internal endpoint globals in the...
2011-10-30 Dean CameraUpdate XMEGA clock management so that the correct 16...
2011-10-30 Dean CameraXMEGA port improvements; connection and disconnection...
2011-10-09 Dean CameraPrevent written but unused variable warnings on GCC...
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-09-22 Dean CameraAdd missing "used" attribute to ATTR_INIT_SECTION to...
2011-08-23 Dean CameraMinor documentation fixes.
2011-07-25 Dean CameraFixed USB_USBTask not being called internally in stream...
2011-07-19 Dean CameraRemoved the ENDPOINT_DESCRIPTOR_DIR_* macros in favour...
2011-07-19 Dean CameraAdd support for the ORDERED_EP_CONFIG compile time...
2011-07-19 Dean CameraMove out the EP_TYPE_* macros to the base USBController...
2011-07-18 Dean CameraMore USB XMEGA porting for Endpoint control.
2011-07-15 Dean CameraAdd missing SVN eol-style property to files where it...
2011-07-15 Dean CameraAdd option to the USB XMEGAs to set the USB bus interru...
2011-07-15 Dean CameraComplete USB XMEGA interrupt control subsystem code...
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 CameraMore XMEGA USB AVR device port work - re-add missing...
2011-07-14 Dean CameraImplementation of several key core USB driver functions...
2011-07-13 Dean CameraAdd start of an architecture port to the Atmel USB...