Minor documentation improvements.
[pub/USBasp.git] / LUFA / Drivers / USB / Core /
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-12 Dean CameraFixed possible rounding in the VERSION_BCD() macros...
2012-09-09 Dean CameraUpdate LUFA core to be compatible with the AVR-GCC...
2012-09-01 Dean CameraUse an early-abort in the USB_DeviceTask() function...
2012-09-01 Dean CameraAdd human readable license information and add some...
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-08-18 Dean CameraMinor documentation improvements.
2012-08-12 Dean CameraAdded workaround for broken VBUS detection on AVR8...
2012-07-24 Dean CameraAdd missing UC3 architecture F_USB configuration checks.
2012-07-22 Dean CameraFixed endianess issues in the RNDIS host class driver...
2012-07-15 Dean CameraMinor documentation improvements.
2012-07-10 Dean CameraFix up makefile .NOTPARALLEL heuristics so that linear...
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 CameraMinor correction to the UC3 USB clock division formula...
2012-06-10 Dean CameraAdd MAX_ENDPOINT_INDEX compile time option for the...
2012-06-09 Dean CameraSpell check source code, fix mistakes.
2012-06-07 Dean CameraUpdate SVN line endings property on newer source files...
2012-06-06 Dean CameraOops - really fix logic errors in USBMode.h.
2012-06-06 Dean CameraFix errors in the SingleUSBModeTest build test. Fix...
2012-06-06 Dean CameraFix typo in the UC3 host pipe driver. Improve library...
2012-06-02 Dean CameraFix incorrect bank mask in Endpoint_ConfigureEndpoint...
2012-06-02 Dean CameraEnsure that USB_DEVICE_ONLY or USB_HOST_ONLY is properl...
2012-05-26 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-26 Dean CameraFixed swapped Little Endian/Big Endian endpoint and...
2012-05-26 Dean CameraFix incorrect definition for the XMEGA Endpoint_BytesIn...
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraMinor documentation improvements.
2012-05-20 Dean CameraUpgrade Doxygen configuration files for Doxygen 1.8...
2012-05-19 Dean CameraAdd missing CPPCheck unusedFunction check suppressions...
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-13 Dean CameraAdded build test to verify correct compilation of all...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-05-07 Dean CameraAdd support for the ATXMEGA384C3.
2012-05-05 Dean CameraAdd additional preprocessor sanity checks for the XMEGA...
2012-05-05 Dean CameraFixed incorrect DFU version number reported to the...
2012-04-15 Dean CameraFixed incorrect reponse to GET STATUS requests in devic...
2012-04-14 Dean CameraReintegrate the FullEPAddresses development branch...
2012-04-07 Dean CameraAdd architecture guards to all architecture-specific...
2012-03-25 Dean CameraRe-enable cppcheck static analysis unused function...
2012-03-06 Dean CameraFixed compile error for the UC3 architecture when INTER...
2012-02-26 Dean CameraFixed possible enumeration error if the user applicatio...
2012-02-25 Dean CameraUpdate main library documentation organisation for...
2012-02-24 Dean CameraMinor documentation fixes - change \note entries to...
2012-02-20 Dean CameraRemove potentially unaligned uint32_t access in HIDPars...
2012-02-19 Dean CameraFix errors uncovered by the new build test compile...
2012-02-18 Dean CameraAdd build tests to verify correct compilation of as...
2012-02-09 Dean CameraFix XMEGA architecture not correctly resetting the...
2012-02-08 Dean CameraAllow serial strings to be generated on the older AVR8...
2012-02-05 Dean CameraAdd (still preliminary) support for the ATXMEGA64A4...
2012-02-05 Dean CameraAdded INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGE...
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...
2012-02-01 Dean CameraMinor documentation improvements.
2012-01-02 Dean CameraUSB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONF...
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-12-13 Dean CameraMinor XMEGA USB driver fixes.
2011-12-11 Dean CameraChange PIPE_PIPENUM_MASK from 0x07 to the more generic...
2011-11-24 Dean CameraMinor Doxygen documentation improvements.
2011-11-24 Dean CameraAdd new USB_Host_GetDescriptor() function. Alter the...
2011-11-24 Dean CameraAdded new USB_Host_GetDeviceConfiguration() and USB_Hos...
2011-11-23 Dean CameraAdd XMEGA compile time tokens to the LUFAConfig.h code...
2011-11-22 Dean CameraFixed broken AVR32 endpoint/pipe communications when...
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 new MEGA B series devices.
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 ENDPOINT_EPNUM_MASK to be 0x0F, the maximum...
2011-10-30 Dean CameraNamespace out the internal endpoint and pipe globals...
2011-10-30 Dean CameraUpdate XMEGA clock management so that the correct 16...
2011-10-30 Dean CameraMinor documentation fixes.
2011-10-30 Dean CameraXMEGA port improvements; connection and disconnection...
2011-10-25 Dean CameraUpdate XMEGA platform clock management example code...
2011-10-12 Dean CameraWhen automatic PLL management mode is enabled on the...
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-07 Dean CameraFix incorrect function call name in USB_Host_SendContro...
2011-10-07 Dean CameraAdded endian-correction to the CDC driver's Line Encodi...
2011-10-04 Dean CameraFix compile errors for the USB XMEGA parts when the...
2011-09-28 Dean CameraFix compile error on the UC3 targets when INTERRUPT_CON...
2011-09-22 Dean CameraAdd missing "used" attribute to ATTR_INIT_SECTION to...
2011-09-21 Dean CameraFix missing C++ linkage command in ArchitectureSpecific.h.
2011-08-28 Dean CameraMove documentation for the USB_HOST_TIMEOUT_MS into...
2011-08-24 Dean CameraRenamed USB_Host_ClearPipeStall() to USB_Host_ClearEndp...
2011-08-23 Dean CameraMinor documentation fixes.
2011-07-29 Dean CameraRemove redundant calls to USB_USBTask() in the Mass...
2011-07-25 Dean CameraAdd INTERRUPT_CONTROL_ENDPOINT compile time option...
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...
next