Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • master default protected
  • LUFA-170418
  • LUFA-151115
  • LUFA-140928
  • LUFA-140302
  • LUFA-130901
  • LUFA-130901-BETA
  • LUFA-130303
  • LUFA-120730
  • LUFA-120730-BETA
  • LUFA-120219
  • LUFA-120219-BETA
  • LUFA-111009
  • LUFA-111009-BETA
  • LUFA-110528
  • LUFA-110528-BETA
16 results
Created with Raphaël 2.2.019Aug17169430Jul2926251918151413121110876542130Jun29272019181614131298765432130May2927262322191814139827Apr2523201312108427Mar23211816151413115328Feb2726201917161513121110964230Jan2623221716131083131Dec282625241713123230Nov292726252423222117161514121098753229Oct28272625242017131210762130Sep29282422211915141312119754331Aug2924222120181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May3029272625232120181716141312111098764Minor documentation corrections.Improve device support documentation in the manual; split out each architecture into a different sub-page of the Device Support section of the manual, add in table to indicate USB mode support for each microcontroller model.Fix TWI peripheral driver example code in the library documentation.Minor documentation corrections.Pull out architecture specific macros and other definitions into a new common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to improve optimization if called with constant inputs.Fix TempDataLogger project logging interval always being 500ms more than the requested interval.Set HOST_DEVICE_SETTLE_DELAY_MS to zero for the incomplete AndroidAccessoryHost demo to prevent a timeout on the Android device from aborting Accessory mode after a command it sent to switch modes (thanks to Opendous Inc).Update LUFAConfig.h with missing options for the AVR32 target.Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden).Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driver when INTERRUPT_CONTROL_ENDPOINT is not used, as this is done inside the stream callbacks.Added new VTARGET_USE_INTERNAL_REF configuration option to the AVRISP-MKII clone project (thanks to Volker Bosch).Add INTERRUPT_CONTROL_ENDPOINT compile time option support for the UC3 devices.Fixed USB_USBTask not being called internally in stream transfers between packets when Partial Stream Transfers are used.Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.Add support for the ORDERED_EP_CONFIG compile time token on the UC3 architecture.Move out the EP_TYPE_* macros to the base USBController.h header, as these are used in the device descriptors as well and thus must not be changed.Fix names of XMEGA ClockManagement driver functions.More USB XMEGA porting for Endpoint control.Add missing SVN eol-style property to files where it was missing.LUFA-110528LUFA-110528Add missing SVN eol-style property to files where it was missing.LUFA-110528-BETALUFA-110528-BETAAdd missing SVN eol-style property to files where it was missing.Add option to the USB XMEGAs to set the USB bus interrupt priority level.Complete USB XMEGA interrupt control subsystem code in the core USB driver.Complete initial revision of the XMEGA Clock Management platform driver.Add XMEGA to the LUFA core library makefile's list of architectures, so that the XMEGA files are properly cleaned on request.Update UC3 platform driver support to use the bitmasks defined in the header files over raw constants.More XMEGA USB AVR device port work - re-add missing Endpoint stream functions, remove unnecessary internal functions.Implementation of several key core USB driver functions for the new USB XMEGA devices.Correct the maximum banks per endpoint information macros for the UC3A3 and UC3A4 devices.Add support for triple endpoint/pipe bank AVR32 UC3 devices.Add missing ENDPOINT_DETAILS_EP7 macro for the UC3A3/UC3A4 devices.Added Device Qualifier standard descriptor structure definitions USB_StdDescriptor_DeviceQualifier_t and USB_Descriptor_DeviceQualifier_t.Add high speed USB support for the UC3 devices containing a high speed USB controller.Fix compile errors in the UC3 platform support due to a forward reference and an incorrect function prototype.Add new STRINGIFY() and STRINGIFY_EXPANDED() convenience macros.Add start of an architecture port to the Atmel USB XMEGA devices.Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation for some user projects.Enhance and document the AVR32 UC3 platform drivers.Minor documentation fixes.
Loading