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.021Aug20181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr2928272220191815141312111065131Mar302925242322211917161513109125Feb24232221201918161514131211109875432131Jan29282725242119171615127654330Dec29282726242321201817161514131110987643230Nov29272625242322201716151312111098764326Oct181614121185432130Sep292824222120171413109762131Aug30Clarify in the documentation that the Audio demos and driver is for the Audio 1.0 specification, not the newer (and more advanced/less supported) 2.0 specification.Remove unneccesary call to USB_Device_EnableSOFEvents() in the MassStorage and MIDI Device Class demos.Fixed critical pipe/endpoint memory allocation issue where the bank memory address space could be silently overlapped in the USB controller if the endpoints or pipes were allocated in anything other than ascending order (thanks to Martin Degelsegger).Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage class driver, to indicate when a previously not ready removable medium has now become ready for the host's use (thanks to Martin Degelsegger)Fixed MassStorage based demos and projects resetting the SCSI sense values before the command is executed, leading to missed SCSI sense values when the host retrieves the sense key (thanks to Martin Degelsegger).Fixed USB_GetHIDReportItemInfo() function modifying the given report item's data when the report item does not exist within the supplied report of a multiple report HID device.Tighten up the code in the delta movement detection code in the MouseHostWithParser and JoystickHostWithParser demos. Make the ClassDriver JoystickHostWithParser demo use the HID_ALIGN_DATA() macro instead of manual shifting and casting.Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code.Add notification endpoint to the incomplete TMC demo.Commit for the 100807 release.Fix invocations of avr-size in all makefiles broken on unpatched *nix systems, due to the recent update to the latest WinAVR makefile template.Fixed software application start command broken in the DFU class bootloader when dfu-programmer is used due to application start address corruption.Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU extensions).Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser in some situations.Fix XPLAINBridge project discarding characters from the USB interface due to a double read from the endpoint.Invert the logic for the VBUS power light in the AVRISP-MKII project for the USBTINY-MKII board target.Re-add deleted linker options to the Bootloader makefiles, which was preventing the compiled application from being shifted into the bootloader section address space.Fixed Serial peripheral driver not turning off the USART before reconfiguring it, which would cause incorrect operation to occur (thanks to Bob Paddock).Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards.More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.Spell check more of the third party libraries used by LUFA.Add the formula used to obtain the bootloader start address to the Bootloader makefiles to help users compute the correct address for each device based on the bootloader section size.Fix typo in DualVirtualSerial.c due to the changed CDC Device APIs that was preventing the demo from being compiled.Altered the CDC Deivice and Host Class drivers' receive byte routines, so that no data is indicated by a negative return value.Oops - need to turn off USART via control register B before reconfiguring, fix ordering of USART control register modifications in the Benito and USBtoSerial projects.Spell check all source files once again to find any typos.Fixed Benito and USBtoSerial projects not turning off the USART before reconfiguring it, which could cause incorrect operation to occur (thanks to Bob Paddock).Add special support to the AVRISP-MKII for the new model USBTINY-MKII's additional LED to indicate target power source.Remove obsolete macros and preprocessor checks from the AVRISP-MKII project's V2Protocol command handler header file.Oops - remove duplicated SPI driver init mask.Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz via a new software SPI driver.Add TMC header read and write functions, so that TMC data can now be exchanged in both directions.Use static inline intermediatary functions in Endpoint.h to handle the masking for the private endpoint configuration routine, instead of performing the masking in the Endpoint_ConfigureEndpoint() macro.Move over message ID specific header data to unions inside the standard TMC header structure, so that all header data is read in one chunk in the incomplete TMC demo.Rename reserved members of all structs so that they are uniformly named across all demos/projects/bootloaders.Add comments to the currently completed portions of the incomplete Test and Measurement Class demo.Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storage device projects/demos and incomplete Test and Measurement Class demo, which was accidentally removed during the makefile updates.Add stream callback flags and class specific control request handler code to the incomplete Test and Measurement Class device demo.Added periodic flush timer to the Benito project. Alter the serial transmission code so that sent bytes do not block the remainder of the main program code from running.Add TMC device capabilities to the incomplete TMC demo.
Loading