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.020Feb1917161513121110964230Jan2623221716131083131Dec282625241713123230Nov292726252423222117161514121098753229Oct28272625242017131210762130Sep29282422211915141312119754331Aug2924222120181098532131Jul302928272625232221201918151312119864229Jun26252423222117161514131210876432131May30292726252321201817161413121110987643230Apr2928272220191815141312111065131Mar302925242322211917161513109125Feb24232221201918161514131211109875432131Jan29282725242119171615127654330Dec2928272624Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible.Initial restructuring of the core USB driver module to support multiple architectures in the future.Fix documentation glitches from the restructuring changes.Move out Dataflash IC command constants headers into the general LUFA/Drivers/Misc/ directory rather than duplicating them inside the individual board driver folders.Add new ARCH option to the makefiles to (eventually) specify the target device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.Reduced latency for executing the Start-Of-Frame events (if enabled in the user application).Fix non-ASCII characters breaking LaTex documentation builds.Added board driver support for the Sparkfun ATMEGA8U2 breakout board.Add missing HID bootloader AVRStudio project.Add more const-ness to the stream endpoint/pipe functions where possible.Fix include path in the library RingBuffer.h header file.Fix typos in the HID class bootloader makefile.Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in.Fix errors in the hid_bootloader_cli.c program code.Update HID bootloader loader application to support the VID/PID used by the bootloader.Added HID class bootloader, compatible with a modified version of the command line Teensy loader from PJRC.com.Add missing svn:eol-style properties to the new KeyboardMouseMultiReport demo.Change bootloader makefiles to automatically compute the bootloader starting address from a flash size and bootloader section size, expressed in KB.Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Tighten up the Bootloader GetDescriptor() function, as the descriptor size can be extracted from the header after the address has been found.Update projects using FatFS and PetiteFatFS to the latest library versions.Fix incorrect #include filenames in the RNDIS demos.Fixed programming errors in the AVRISP-MKII project when the programming packet is a round multiple of the endpoint bank size under avrdude (thanks to Steffan Woltjer).Fixed incorect BUTTONS_BUTTON1 definition for the Minimus board.Renamed all driver termination *_ShutDown() functions to the more logical name *_Disable().Oops - fix up some calls to the old function names, include Serial Peripheral driver in the RNDISEthernetHost project.Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_SendString() functions to *_SendData(), and added new versions of the *_SendString() routines that expect a null terminated string instead.Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into the standard library Joystick HID report descriptor macro. Add in support for joystick resolution reporting via PHYSICAL_MINIMUM and PHYSICAL_MAXIMUM items.Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device ClassDriver demos to use it.Added new KeyboardMouseMultiReport Device ClassDriver demo.Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JOYSTICK macros for easy automatic creation of basic USB HID device reports.Change over Joystick demo HID report descriptor to use USAGE_MINIMUM and USAGE_MAXIMUM when describing the joystick buttons, to allow for easy extension of the number of supported buttons.Changed AVRISP-MKII project to use the Watchdog interrupt for command timeouts, to reduce CPU usage and free timer 0 for other uses in the future.Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT_ARROW constant in the HID class driver (thanks to Joby Taffey).Abuse the the C preprocessor so that the HID macros can automatically encode data into the array from the HID macros automagically, by specifying the bit-width of the data, and the data itself as a single integer value of that width.Fixed several functions in the Host mode Still Image Class driver returning an error code from the incorrect error code enum (thanks to Daniel Seibert).Minor documentation corrections for the new HID report item constant defines.New HID report item macros (with HID_RI_ prefix) to allow for easy creation and editing of HID report descriptors.Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver.
Loading