aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect Abstract Call Management class specific descriptor from the ...Dean Camera2010-05-0625-127/+2
* Ensure that the CDC class drivers return 0 if the number of unread bytes is q...Dean Camera2010-05-063-10/+19
* Make CDC class bootloader hard-reset the AVR when exited instead of a soft-re...Dean Camera2010-05-067-35/+29
* Oops - typo in the updated TeensyHID bootloader code when compiled for the no...Dean Camera2010-05-063-4/+8
* Fixed TeensyHID bootloader so that it works with the official TeensyLoader GU...Dean Camera2010-05-065-13/+42
* Fixed incorrect comparison in the descriptor callback routine of the TeensyHI...Dean Camera2010-05-061-1/+1
* Fix up the ADC driver for the U4 parts to remove a typo on one of the registe...Dean Camera2010-05-041-2/+2
* Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it ...Dean Camera2010-05-044-295/+11
* Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interru...Dean Camera2010-05-043-0/+6
* Fixed Host mode HID class driver not sending the correct report type when HID...Dean Camera2010-05-042-1/+3
* Fixed device state not being reset back to the default state if the host sets...Dean Camera2010-05-045-43/+54
* Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean Camera2010-05-039-10/+34
* Increase hardware PDI/TPI programming speed to 1MHz in the AVRISP MKII clone ...Dean Camera2010-05-023-3/+4
* Switch back to C based timeout ISR in the AVRISP project - assembly version w...Dean Camera2010-05-025-26/+22
* Change AVRISP project's timeout to be interrupt based again, but make the int...Dean Camera2010-05-0211-117/+66
* Make sure that long reads are aborted early if the connection times out while...Dean Camera2010-04-303-5/+8
* Make sure that the NVM bus/controller busy waits in the AVRISP MKII clone pro...Dean Camera2010-04-303-15/+54
* The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f...Dean Camera2010-04-295-32/+33
* Use puts_P() and printf_P() instead of the normal variants where possible in ...Dean Camera2010-04-2819-122/+117
* Oops - relocated USBInterrupt.h header file requires adjusted include paths f...Dean Camera2010-04-281-3/+3
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-2875-145/+148
* Remove incomplete/nonfunctional MIDI class bootloader.Dean Camera2010-04-2810-3344/+1
* 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