aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-28135-61/+181
* Make AVRISP-MKII clone project's software PDI/TPI mode more robust by keeping...Dean Camera2010-04-281-14/+25
* Fix TeensyHID bootloader Doxygen configuration file's CREATE_SUBDIRS options ...Dean Camera2010-04-272-2/+2
* Added ability to search by Channel PSM to the GetChannelData() function in th...Dean Camera2010-04-2211-105/+199
* Fixed HID Device Class Driver not allocating a temporary buffer when the host...Dean Camera2010-04-209-48/+55
* Add start of a SDP service table, which will be linked to the Bluetooth SDP c...Dean Camera2010-04-192-9/+106
* Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean Camera2010-04-1910-40/+80
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-1847-158/+158
* Add bluetooth channel connection callback to the incomplete BluetoothHost demo.Dean Camera2010-04-185-7/+34
* Minor documentation improvements.Dean Camera2010-04-1513-73/+76
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-1512-19/+190
* Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...Dean Camera2010-04-145-17/+18
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-1317-37/+76
* Removed invalid dfu and flip related targets from the bootloaders - bootloade...Dean Camera2010-04-135-140/+9
* Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...Dean Camera2010-04-1312-128/+362
* Add some more documentation to the half-completed Bluetooth Host demo, fix th...Dean Camera2010-04-125-22/+1633
* Fix Bluetooth stack CONNECTION RESPONSE packets - for this command and this c...Dean Camera2010-04-123-5/+18
* Add HCI debugging with verbosity control to the BluetoothHost demo.Dean Camera2010-04-116-29/+134
* Fix up Bluetooth Demo's options processing on incoming channel configuration ...Dean Camera2010-04-112-22/+23
* Add LUFA-side channel open/close routines, add signalling handlers for the cr...Dean Camera2010-04-104-41/+163
* Bluetooth demo can now create and maintain logical channels - need to determi...Dean Camera2010-04-105-36/+86
* Make Bluetooth signalling handler routines use the generic Bluetooth_SendPack...Dean Camera2010-04-064-269/+188
* Add bidirectional channel configuration -- remote device is not ACKing sent C...Dean Camera2010-04-068-209/+318
* Add packet reception and send routines to the ACL layer of the incomplete Blu...Dean Camera2010-04-065-17/+68
* Add information request/response signal handler to the Bluetooth Host demo.Dean Camera2010-04-068-51/+161
* Add Bluetooth signalling echo request/response handlers, disconnection reques...Dean Camera2010-04-057-83/+198
* Add user callback function to the Bluetooth host demo to filter out connectio...Dean Camera2010-04-059-39/+57
* More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...Dean Camera2010-04-0124-187/+229
* Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer ...Dean Camera2010-03-316-257/+167
* Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ...Dean Camera2010-03-3115-17/+102
* Add RelayBoard project patch from OBinou.Dean Camera2010-03-311-10/+10
* Add updated board driver directory summaries to the documentation.Dean Camera2010-03-301-0/+49
* Oops, incorrectly edited the Benito buttons driver file instead of the JM-DB-...Dean Camera2010-03-304-21/+16
* Add missing board Buttons driver for the USBTINY MKII board target.Dean Camera2010-03-304-2/+101
* Oops - make sure board driver dispatch headers test for the correct BOARD def...Dean Camera2010-03-307-11/+114
* Added support for the JM-DB-U2 board hardware.Dean Camera2010-03-308-4/+235
* Added board hardware driver support for the Benito programmer.Dean Camera2010-03-306-7/+32
* Added board hardware driver support for Tom's USBTINY MKII programmer.Dean Camera2010-03-3010-13/+146
* Add briefs for the library core structures.Dean Camera2010-03-2973-87/+382
* Add file-level brief documentation.Dean Camera2010-03-29111-453/+1039
* Add new LUFA logo by Ryo Yamauchi.Dean Camera2010-03-255-7/+8
* All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean Camera2010-03-2521-21/+34
* Added new Relay Controller Board project (thanks to OBinou).Dean Camera2010-03-2414-10/+3002
* Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report i...Dean Camera2010-03-242-1/+2
* Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...Dean Camera2010-03-246-7/+8
* Change over MIDIToneGenerator to use only a single channel (MIDI channel 1) d...Dean Camera2010-03-231-36/+12
* Added incomplete MIDIToneGenerator project.Dean Camera2010-03-239-4/+1433
* Standardized the naming scheme given to configuration descriptor sub-elements...Dean Camera2010-03-2286-408/+416
* Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once t...Dean Camera2010-03-212-2/+7
* Fixed LowLevel MassStorage demo broken on the U2 AVRs due to double-banked en...Dean Camera2010-03-193-7/+8