Skip to content
Snippets Groups Projects
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
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.024Dec1713123230Nov292726252423222117161514121098753229Oct28272625242017131210762130Sep29282422211915141312119754331Aug2924222120181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr2928272220191815141312111065131Mar302925242322211917161513109125Feb24232221201918161514131211109875432131Jan29282725242119171615127654330Dec2928272624232120181716151413111098764Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to reduce the compiled binary size, as the endpoint initialization order is fixed in the code.Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to reduce compiled binary size.Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_EP_CONFIG compile time option to override the workaround and use the previous behaviour that imposes correct Endpoint/Pipe ordering but produces smaller compiled code.Fix a few more incorrectly ordered endpoint initialisations in the device demos.Add missing AVRStudio4 project file for the MIDIToneGenerator project.Fixed incorrect endpoint initialisation order in the LowLevel DualVirtualSerial demo (thanks to Rick Drolet).Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class driver (thanks to Opendous Inc.).Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects when the host exceeds the packet timeout period on received packets as set by USB_STREAM_TIMEOUT_MS (thanks to Justin Rajewski).Added new RingBuffer_Peek() function to the lightweight ring buffer headers.Added new completed MIDIToneGenerator project.Fixed HID hpst class driver incorrectly binding to HID devices that do not have an OUT endpoint.Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more space efficient when compiled.Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define.Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo.Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground.Fix typos in the XPLAINBridge project preventing compilation.Added ability to write protect Mass Storage disk write operations from the host OS.Changed the XPLAINBridge software UART to use the regular CTC mode instead of the alternative CTC mode via the Input Capture register, to reduce user confusion.Make the incomplete MIDIToneGenerator project work with up to three notes, using a LRU (Least Recently Used) algorithm to discard the oldest set note when the note table becomes full.Readd incomplete MIDIToneGenerator project, which can now correctly generate up to three simultaneous notes from MIDI channel 0.Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy.Commit for 101122 release.Lower bulk endpoint polling rate in the descriptors to the lowest possible value to give maximum throughput.Added board hardware driver support for the Microsin AVR-USB162 development board.Remove internal USB_Device_NibbleToASCII() function in favour of manually inlined code to prevent compilation errors in -O0 optimisation level.Oops - reduce size of each ring buffer in the USBtoSerial and Benito projects so that the RAM is not overflowed on the smaller USB AVR targets (thanks to Andrei from Microsin.ru).Better documentation for the ANSI terminal escape codes header.Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_SendIdle(), as it is sending idle bits and not break bits.Fixed AVRISP-MKII clone project not starting the target's program automatically after exiting TPI programming mode.Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to issues with the XPLAINBridge when PDI programming at faster rates.Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clone programmer project (thanks to Tom Light).Fixed incorrect event name in the Benito project.Second patch to fix incorrect PDI/TPI programming speed.Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, instead of the desired 500KHz.Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpoint descriptors (thanks to MCS Electronics).Remove link to (now deleted) public Mercurial mirror in the documentation.Fix incorrect ADEFS and CPPDEFS entries in the DFU and CDC class bootloader makefiles.Added board hardware driver support for the Adafruit U4 breakout board.Fixed broken input in the MagStripe reader project due to an incorrect HID report descriptor.Fix documentation reference error.
Loading