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.020Oct17131210762130Sep29282422211915141312119754331Aug2924222120181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr2928272220191815141312111065131Mar302925242322211917161513109125Feb24232221201918161514131211109875432131Jan29282725242119171615127654330Dec29282726242321201817161514131110987643230Nov292726252423222017161513121110987Added 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.Make Host mode Class drivers only set the class driver instance's state values once a compatible interface has been found within the device.Fix incorrectly named configuration descriptor callback routines in the host mode class drivers.Fix low level host mode demos not correctly fetching the next endpoint when an invalid interface is discarded.Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability.Changed default value for the reset polarity parameter in the AVRISP-MKII project so that it defaults to active low drive.Fix up incorrect version numbers in demo/project descriptors.Added board hardware driver support for the Arduino Uno development board.Added CDC functional descriptor structs to the Low Level CDC demos and CDC class bootloader, to improve the readability of the descriptors.Move out many of the common class driver constants into grouped enums, to make them more managable.Remove dfu-programmer program switches, to ensure maximum compatibility with all dfu-programmer versions.Added the --suppress-bootloader-mem option to the makefile dfu target, to ensure that writes to the bootloader section of the AVR's flash memory are ignored (thanks to Axel Rohde).
Loading