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.026Jul25232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr2928272220191815141312111065131Mar302925242322211917161513109125Feb24232221201918161514131211109875432131Jan29282725242119171615127654330Dec29282726242321201817161514131110987643230Nov29272625242322201716151312111098764326Oct181614121185432130Sep292824222120171413109762131Aug30282726252423Add 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.Update size of compiled Mouse demo in documentation, fix indenting in Device.h.Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking.Future proof the XPROG protocol of the AVRISP-MKII project, so that non PDI and TPI requests return failure.Added start of a low level device Test and Measurement class demo (thanks to Peter Lawrence).Fix up minor whitespace formatting errors.Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability.Replace internal Pipe_BytesToEPSizeMask() routine with a new version which results in smaller code.Add missing const qualifiers to class drivers.Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h.Add missing const qualifier to the parameters of the USB_GetNextDescriptorComp() function.Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to become ready (thanks to Robin Green).Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Change over all makefiles to use C99 standards mode, rather than C99 + GNU Extensions.Disable strict aliasing explicitly in the project makefiles, as this is apparently enabled by default in newer AVR-GCC builds, and aliasing is used heavily for type-punning through the LUFA and third party library's codebase.Removed the automated checking of event names in the demo, project and bootloader makefiles due to inconsistancies between the behaviour of the command line tools used to perform the check on each platform.Added ability to set the serial baud rate via the user's terminal in the XPLAINBridge project.Fix pointer aliasing warning in the Mass Storage demos.Fixed possible buffer overrun in the XPLAINBridge project when in serial bridge mode.Fixed HID device class driver still using PrevReportINBuffer for GetReport control requests even when it has been set to NULL by the user application (thanks to Axel Rohde).Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device is bus-powered only. Add compile time options to reduce the compiled size of the firmware.Remove the timeout period extension code from the AVRISP project, as no single command should ever exceed the maximum timeout period. Extend timeout period to 1 second per command, so that an accidental timeout will never occur.Added const attributes to some of the class driver function parameters that were missing it.Add AVRStudio 4 project files to the ClassDriver Device mode demos.Add AVRStudio 4 project files to the LowLevel Device mode demos.Add AVRStudio 4 project files to the ClassDriver Host mode demos.Add AVRStudio 4 project files to the LowLevel Host mode demos.Add AVRStudio 4 project files for the library bootloaders.Add remaining AVRStudio project files to the library projects.Add first lot of AVRStudio project files for some of the library projects.Rename the AVRISP main source files to AVRISP-MKII so that it matches the project name. Add AVRStudio project file for the AVRISP-MKII project.Add missing eol-style properties to new source files.Add missing clean_doxygen phony targets to the project makefiles.Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer overruns will not occur regardless of hardware and baud rate settings.Alter the ring buffer library headers to have both atomic and non-atomic insertion/removal routines. Modify the existing projects so that buffer operations performed in an ISR use the shorted non-atomic versions, as they are already performed in a blocking ISR.Add glitch protection to the software UART in the XPLAINBridge project code, so that very short glitches on the RX line don't cause a frame reception to occur.Major changes to the XPLAINBridge software UART code for performance and reliability. New code reduces the number of missed characters and misread characters.Correct misspellings in the Bluetooth demo code.
Loading