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.06Apr5131Mar302925242322211917161513109125Feb24232221201918161514131211109875432131Jan29282725242119171615127654330Dec29282726242321201817161514131110987643230Nov29272625242322201716151312111098764326Oct181614121185432130Sep292824222120171413109762131Aug3028272625242320191817161311976543231Jul30292827262423212019161514131129Jun28262322212019181615141110987542126May222019181715141312Add packet reception and send routines to the ACL layer of the incomplete Bluetooth Host demo.Add information request/response signal handler to the Bluetooth Host demo.Add Bluetooth signalling echo request/response handlers, disconnection request/response handlers.Add user callback function to the Bluetooth host demo to filter out connections from remote devices. Add in ability to reject connections based on their bluetooth device address.More improvements to the incomplete BluetoothHost demo - add Disconnection Event processing.Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer code much easier to read, block less and work correctly.Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility.Add RelayBoard project patch from OBinou.Add updated board driver directory summaries to the documentation.Oops, incorrectly edited the Benito buttons driver file instead of the JM-DB-U2 buttons driver file.Add missing board Buttons driver for the USBTINY MKII board target.Oops - make sure board driver dispatch headers test for the correct BOARD define values.Added support for the JM-DB-U2 board hardware.Added board hardware driver support for the Benito programmer.Added board hardware driver support for Tom's USBTINY MKII programmer.Add briefs for the library core structures.Add file-level brief documentation.Add new LUFA logo by Ryo Yamauchi.All Class Driver Host mode demos now correctly set the board LEDs to READY once the enumeration process has completed.Added new Relay Controller Board project (thanks to OBinou).Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report item data alignment.Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian).Change over MIDIToneGenerator to use only a single channel (MIDI channel 1) due to cycle constraints.Added incomplete MIDIToneGenerator project.Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders and projects.Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once the mode selection pin has been sampled.Fixed LowLevel MassStorage demo broken on the U2 AVRs due to double-banked endpoints.Remove redundant check in the software PDI programming code of the AVRISP project.Software PDI mode breaks unless the software USART has 100 cycles between bits.Increased throughput of the USBtoSerial demo on systems that send multiple bytes per packet (thanks to Opendous Inc.).Don't enable the pullup on the target /RESET line in the AVRISP project for PDI mode - clearing the XMEGA's reset control register twice is enough to release it from reset. Possible silicon bug, since the official Atmel programmers have the same issue.Fixed PDI programming mode in the AVRISP programmer project not exiting programming mode correctly (clear target Reset key twice, set /RESET pin to pullup).Improve documentation for the ADC and TWI drivers.Fixed ADC routines not correctly returning the last result when multiple channels were read.Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired.Fix incorrect LED mask name in the Webserver project.Webserver project now uses the board LEDs to indicate the current IP configuration state.Minor documentation updates.Fix TWI driver not aborting when faced with no response after attempting to address a device on the bus.Added a timeout value to the TWI_StartTransmission() function, within which the addressed device must respond.
Loading