- Nov 05, 2010
-
-
Dean Camera authored
Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards.
-
Dean Camera authored
Loop in the ClassDriver MIDI device/host demos until there are no more incomming events to process. Only clear the endpoint/pipe bank in the LowLevel MIDI device/host demos when the endpoint is empty after an event read.
-
- Nov 03, 2010
-
-
Dean Camera authored
Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the send buffer becomes full.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fixed MIDI class driver send routines silently discarding packets if the endpoint or pipe is busy (thanks to Robin Green).
-
- Nov 02, 2010
-
-
Dean Camera authored
Fix XPLAINBridge code broken during the changes to the Rescue Clock generation in the AVRISP-MKII clone project. Change over all low level host mode project's descriptor comparator routines to perform the descriptor casting in a temp variable to make the code clearer and easier to modify (despite being more verbose).
-
Dean Camera authored
Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clock can be generated at all times when 125KHz ISP programming mode is selected.
-
- Oct 29, 2010
-
-
Dean Camera authored
Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to NO_LOCK_BYTE_WRITE_SUPPORT as reads are still permitted. Clean up CDC bootloader command processing code.
-
Dean Camera authored
Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader.
-
Dean Camera authored
-
Dean Camera authored
-
- Oct 28, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Add logical grouping of related #define values for better Doxygen documentation.
-
Dean Camera authored
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
-
- Oct 27, 2010
-
-
Dean Camera authored
Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic flushing of interfaces when the USB management tasks for each driver is called. The MIDI class drivers now automatically flushes the MIDI interface when the MIDI class driver's USBTask() function is called.
-
- Oct 26, 2010
-
-
Dean Camera authored
Changed AudioInput and AudioOutput demos to reload the next sample via an interrupt rather than polling the sample timer.
-
- Oct 25, 2010
-
-
Dean Camera authored
Add descriptor class, subclass and protocol constants to the class drivers, modify all demos to use them where possible. Move out private/internal host class driver constants to the common class driver headers, so that they can be used in the Low Level host mode demos. Ensure all demos, projects and bootloaders use the class driver constants where possible to minimise code repetition.
-
- Oct 24, 2010
-
-
Dean Camera authored
All USB class drivers are now automatically included when LUFA/Drivers/USB.h is included, and no longer need to be seperately included. All LowLevel demos changed to use the constants and types defined in the USB class drivers.
-
Dean Camera authored
Better algorithm to extract and convert the internal device serial number into a string descriptor (if present). Fix incorrect warning text when an unsuitable F_CLOCK value is given.
-
- Oct 20, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
- Oct 17, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Oct 13, 2010
-
-
Dean Camera authored
Add missing ENDPOINT_ATTR_NO_SYNC and ENDPOINT_USAGE_DATA attributes to the descriptors in the ClassDriver MassStorageKeyboard demo.
-
Dean Camera authored
Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and changed it to return the maximum number of supported banks for the given endpoint.
-
Dean Camera authored
Fix incomplete StandaloneProgrammer project code not compiling due to the recent API changes in the LUFA core.
-
Dean Camera authored
Fix SoftUART.c not compiling due to accidental check in of changes not yet complete in the rest of the XPLAINBridge project code.
-
Dean Camera authored
-
Dean Camera authored
-
- Oct 12, 2010
-
-
Dean Camera authored
Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host interface was not configured. Small documentation improvements to explicitly reference tokens in Doxygen, to ensure that they are converted to cross-reference links in the output files.
-
Dean Camera authored
Fix Webserver project code not compiling due to the changes to the USB mode selection constant names.
-
Dean Camera authored
Moved the USB device selection logic for ENDPOINT_TOTAL_ENDPOINTS further up in Endpoint.h to where the endpoint bank capabilities are determined, to reduce the total number of device-specific logic. Change USB_Host_WaitMS() to test and disable the HSOFI interrupt before resuming the bus, so that it does not fire before the delay loop has run. Add missing const qualifier to the parameter of USB_Host_ClearPipeStall().
-
Dean Camera authored
Fixed random enumeration failure while in device mode due to interrupts causing the Set Address request to exceed maximum timings.
-
Dean Camera authored
-
- Oct 10, 2010
-
-
Dean Camera authored
Remove MIDI ClassDriver device demo's accidental inclusion of the unused ADC peripheral driver header file.
-
Dean Camera authored
Fixed ISR definition conflict in the XPLAIN bridge between the software UART and the AVRISP-MKII ISP modules.
-