Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • b2330934b9ccd51a59183eb2a11fdd95183df27b
  • 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
17 results
Created with Raphaël 2.2.025Nov242322201716151312111098764326Oct181614121185432130Sep292824222120171413109762131Aug3028272625242320191817161311976543231Jul30292827262423212019161514131129Jun28262322212019181615141110987542126May2220191817151413121110765432126Apr24232221201917161514139752131Mar29272625232019181716111094326Feb23Added new XPLAIN serial Bridge project (thanks to John Steggall for the software UART code).Make the StandaloneProgrammer project seamlessly read out drive contents from either an attached FAT formatted drive when in host mode, or the onboard FAT formatted dataflash when in device mode.Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_DELAY_MS is set to zero.Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ahead double the expected amount.Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_Device_CreateHIDReport() callback to indicate the report type to generate.Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt data in the HID Host Parser.The incomplete StandaloneProgrammer project now uses Host and Device Mass storage classes, so that program data can either be loaded onto the device's Dataflash storage, or read off an attached USB memory stick.Removed code to zero reports between two keyboard reports with differing number of pressed keys, as this relied on non-standard OS behaviour.Add activity LED updates to the AVRISP project.Commit for the 091122 release.Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN when the given data length is zero.Fixed LowLevel Keyboard demo not saving the issued report only after it has been written to the endpoint.Fix doxygen documentation - doxygen was getting confused on the variable-length ATTR_NON_NULL_PTR_ARG() macro used on function prototypes and was generating many return types for several functions in the documentation (thanks to David Lyons).Make RNDISHost demo validate the set Packet Filter to ensure that it is being sent correctly.Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David Lyons).Fix incorrect compiler error message when F_CLOCK is not defined by the user (thanks to Dave Lyons).Cleanups to the MassStorage Device demos, and the MassStorage Device Class driver.Corrections, improvements and additions to the incomplete RNDISHost demo.Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function to USB_Host_GetDeviceConfigDescriptor().Extend incomplete RNDISHost demo -- can not enumerate a RNDIS device correctly and set the packet filter. No packets are received yet from the test device, need to investigate additional SET commands to see if any critical OIDs have been missed.Add blocking versions of the CDC Class driver streams, for applications requiring blocking reads.Add beginnings of a RNDIS Ethernet Host demo.Minor code cleanups for clarity.Update CDC Class Driver character stream functions to use the correct avr-libc return codes for errors and EOF.Added new stream creation function to the CDC Class drivers, to easily make standard streams from CDC Class driver instances.Spell check all source code variables, comments and strings.Minor changes to the AVRISP project for code clarity.Fixed HID host Class driver report send/receive report broken when issued through the control pipe.Remove dependancies from the LowLevel demos to the ClassDriver demos, since the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used.Make Low Level host demos use void pointers for the configuration descriptor, to prevent warnings when passed to the altered configuration descriptor parsing routines.Add optional pipe double banking support to the Host mode Class drivers.Add double banking property to LUFA powered projects in the Projects directory. Add guards to macro parameters to ensure that formulas passed as parameters don't mess up the internal macro structure.Add optional double-banking support to the Device mode Class Drivers, on a per-endpoint, per-interface level.Add other missing Printer.h main class driver dispatch file.Add missing Printer.h common class driver file.Added new Printer Host mode Class driver.Fixed HID report parser collection paths invalid due to misplaced semicolon in the free path item search loop. Increased the default number of collection paths allowable by the parser.Add support for Mouse Scrollwheel to the MouseHostWithParser demos.Added new JoystickHostWithParser demos to the library.
Loading