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.028Apr272220191815141312111065131Mar302925242322211917161513109125Feb24232221201918161514131211109875432131Jan29282725242119171615127654330Dec29282726242321201817161514131110987643230Nov29272625242322201716151312111098764326Oct181614121185432130Sep292824222120171413109762131Aug3028272625242320191817161311976543231Jul30292827262423212019161514131129Jun282623222120191816151411109875Use puts_P() and printf_P() instead of the normal variants where possible in the Host mode Class Driver demos.Oops - relocated USBInterrupt.h header file requires adjusted include paths for the other USB driver header files.Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent.Remove incomplete/nonfunctional MIDI class bootloader.USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.Make AVRISP-MKII clone project's software PDI/TPI mode more robust by keeping track of timeouts while waiting for a Tx/Rx to finish.Fix TeensyHID bootloader Doxygen configuration file's CREATE_SUBDIRS options set to true instead of false (thanks to Andrei Krainev).Added ability to search by Channel PSM to the GetChannelData() function in the BluetoothHost demo.Fixed HID Device Class Driver not allocating a temporary buffer when the host requests a report via the control endpoint and the user has set the PrevReportINBuffer driver configuration element to NULL (thanks to Lars Noschinski).Add start of a SDP service table, which will be linked to the Bluetooth SDP code.Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Add const keyword to the demo function parameters where possible.Add bluetooth channel connection callback to the incomplete BluetoothHost demo.Minor documentation improvements.Rename FunctionAttributes.h to Attributes.h, as some attributes are applicable to variables also. Add new ATTR_NOINIT attribute for global variables.Fixed Set/Clear Feature requests directed to a non-configured endpoint not returning a stall to the host.Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code.Removed invalid dfu and flip related targets from the bootloaders - bootloaders can only be replaced with an external programmer.Document the Bluetooth ACL layer. Remove unneeded parameters from the signalling command processing routines.Add some more documentation to the half-completed Bluetooth Host demo, fix the OpenChannel() command initialising the channel information structure to the wrong initial state once the CONNECTION REQUEST command has been sent to the remote device.Fix Bluetooth stack CONNECTION RESPONSE packets - for this command and this command only, the source/destination roles are switched. Reverse the Local/Remote channel ordering so that Windows mobile and other stacks which depend on valid channel values to connect.Add HCI debugging with verbosity control to the BluetoothHost demo.Fix up Bluetooth Demo's options processing on incoming channel configuration requests.Add LUFA-side channel open/close routines, add signalling handlers for the creation and configuration of channels from the local device to the remote device, to add to the existing remote to local channel capabilities.Bluetooth demo can now create and maintain logical channels - need to determine why Windows machines refuse to connect.Make Bluetooth signalling handler routines use the generic Bluetooth_SendPacket() routine for their responses. Use a better method of controlling the debug output verbosity.Add bidirectional channel configuration -- remote device is not ACKing sent Configuration Requests, needs further debugging. Implement Bluetooth spec's channel states.Add 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.
Loading