aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Renamed CDC device class demos' ManagementEndpoint descriptor to Notification...Dean Camera2010-05-2020-20/+20
* Switch over the BluetoothHost demo's Service Discovery code to pass around mo...Dean Camera2010-05-182-19/+20
* Added new ADC_DisableChannel() function (thanks to Mich Davis).Dean Camera2010-05-182-1/+44
* Begin processing code for Service Discovery Protocol attributes.Dean Camera2010-05-176-43/+91
* Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...Dean Camera2010-05-164-18/+18
* Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af...Dean Camera2010-05-146-62/+58
* Commit for 100513 re-release due to critical device mode bug.Dean Camera2010-05-132-2/+5
* Remove incorrect check for the current device state in the Set Configuration ...Dean Camera2010-05-134-27/+28
* Additional fix to the AVRISP-MKII clone project for 256KB AVRs.Dean Camera2010-05-132-19/+15
* Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS co...Dean Camera2010-05-137-14/+45
* Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and t...Dean Camera2010-05-133-2/+8
* The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRIS...Dean Camera2010-05-1310-15/+14
* Removed TeensyHID bootloader, per request from Paul at PJRC.Dean Camera2010-05-1212-2886/+13
* Fix Doxygen treating the license as a documentation source file.Dean Camera2010-05-122-2/+2
* Commit for the 100512 release.Dean Camera2010-05-122-1/+5
* Fix nasty bug in USBInterrupt.c which would cause a lockup if the control end...Dean Camera2010-05-112-7/+6
* Refactor Service Discovery Protocol code in the incomplete Bluetooth Host dem...Dean Camera2010-05-102-53/+72
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-0940-116/+130
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-08839-274562/+274562
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean Camera2010-05-0778-265/+265
* Device mode class driver callbacks are now fired before the control request s...Dean Camera2010-05-076-20/+17
* Don't cast the line encoding baud rate to a uint16_t before performing the ba...Dean Camera2010-05-071-1/+1
* Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the...Dean Camera2010-05-073-10/+11
* Change over unix line-endings to dos line endings.Dean Camera2010-05-0717-6714/+6714
* Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...Dean Camera2010-05-066-2/+57
* 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