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.01Aug31Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr2928272220191815141312111065131Mar302925242322211917161513109125Feb24232221201918161514131211109875432131Jan29282725242119171615127654330Dec29282726242321201817161514131110987643230Nov29272625242322201716151312111098764326Oct181614121185432130Sep292824222120171413109762131Aug302827Invert 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.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.
Loading