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.029Oct28272625242017131210762130Sep29282422211915141312119754331Aug2924222120181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr2928272220191815141312111065131Mar302925242322211917161513109125Feb24232221201918161514131211109875432131Jan29282725242119171615127654330Dec29282726242321201817161514131110987643230Nov292726252423222017161513Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPendingIN() functions.Added standard keyboard HID report scancode defines (thanks to László Monda).Move Set Feature and Clear Feature control request feature selector values into their own enum.Move RNDISConstants.h into the RNDIS class driver common definition header.Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic flushing of interfaces when the USB management tasks for each driver is called.Changed AudioInput and AudioOutput demos to reload the next sample via an interrupt rather than polling the sample timer.Add descriptor class, subclass and protocol constants to the class drivers, modify all demos to use them where possible.All USB class drivers are now automatically included when LUFA/Drivers/USB.h is included, and no longer need to be seperately included.Better algorithm to extract and convert the internal device serial number into a string descriptor (if present).Oops - fix broken SPI driver due to missing bit inversion on a port mask.Added default test tone generation mode to the Device mode AudioInput demos.Added board hardware driver support for the Minimus board (thanks to the PSGroove team).Oops - add missing Maximus board LED hardware driver file.Added board hardware driver support for the Maximus board (thanks to the PSGroove team).Added board hardware driver support for the Blackcat USB JTAG board (thanks to the PSGroove team).Add missing ENDPOINT_ATTR_NO_SYNC and ENDPOINT_USAGE_DATA attributes to the descriptors in the ClassDriver MassStorageKeyboard demo.Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and changed it to return the maximum number of supported banks for the given endpoint.Fix incomplete StandaloneProgrammer project code not compiling due to the recent API changes in the LUFA core.Fix SoftUART.c not compiling due to accidental check in of changes not yet complete in the rest of the XPLAINBridge project code.Minor documentation corrections.Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo MondaFixed MIDI_Host_Flush() not aborting early when the specified MIDI host interface was not configured.Fix Webserver project code not compiling due to the changes to the USB mode selection constant names.Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Fixed random enumeration failure while in device mode due to interrupts causing the Set Address request to exceed maximum timings.Minor documentation enhancements.Remove MIDI ClassDriver device demo's accidental inclusion of the unused ADC peripheral driver header file.Fixed ISR definition conflict in the XPLAIN bridge between the software UART and the AVRISP-MKII ISP modules.Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to reduce the compiled binary size.Added board hardware driver support for the Busware CUL V3 board.Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when SPI_Init() is called.Cache the USB_DeviceState variable internally in the library core when multiple checks are required in a single loop iteration, to reduce compiled code size.Revert change to the AVRISP-MKII project for fuse byte programming via the CMDEX bit - this appears to be an error in the XMEGA manual external memory programming table.Fixed broken lock byte programming in the AVRISP-MKII clone project for some XMEGA targets.Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when writing in non-paged mode and the polling byte cannot be used.Fixed LowLevel JoystickHostWithParser demo not saving the chosen HID interface's report descriptor size.Oops - revert changes to the Device mode Class Driver VirtualSerial demo makefile.Fix device mode for the U4 parts.Whitespace corrections.
Loading