Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove already implemented features from the Future Changes manual page. | Dean Camera | 2010-11-03 | 1 | -1/+0 |
| | |||||
* | Fixed MIDI class driver send routines silently discarding packets if the ↵ | Dean Camera | 2010-11-03 | 1 | -0/+1 |
| | | | | endpoint or pipe is busy (thanks to Robin Green). | ||||
* | Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the ↵ | Dean Camera | 2010-11-02 | 1 | -0/+1 |
| | | | | clock can be generated at all times when 125KHz ISP programming mode is selected. | ||||
* | Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to ↵ | Dean Camera | 2010-10-29 | 1 | -2/+2 |
| | | | | | | NO_LOCK_BYTE_WRITE_SUPPORT as reads are still permitted. Clean up CDC bootloader command processing code. | ||||
* | Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT ↵ | Dean Camera | 2010-10-29 | 1 | -0/+2 |
| | | | | and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader. | ||||
* | Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and ↵ | Dean Camera | 2010-10-29 | 1 | -0/+1 |
| | | | | Endpoint_AbortPendingIN() functions. | ||||
* | Added standard keyboard HID report scancode defines (thanks to László Monda). | Dean Camera | 2010-10-28 | 1 | -0/+1 |
| | |||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 2 | -13/+12 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic ↵ | Dean Camera | 2010-10-27 | 2 | -0/+9 |
| | | | | | | 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. | ||||
* | Changed AudioInput and AudioOutput demos to reload the next sample via an ↵ | Dean Camera | 2010-10-26 | 1 | -0/+1 |
| | | | | interrupt rather than polling the sample timer. | ||||
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ↵ | Dean Camera | 2010-10-24 | 2 | -0/+6 |
| | | | | | | 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. | ||||
* | Added default test tone generation mode to the Device mode AudioInput demos. | Dean Camera | 2010-10-20 | 2 | -2/+4 |
| | |||||
* | Added board hardware driver support for the Minimus board (thanks to the ↵ | Dean Camera | 2010-10-17 | 2 | -2/+4 |
| | | | | PSGroove team). | ||||
* | Added board hardware driver support for the Maximus board (thanks to the ↵ | Dean Camera | 2010-10-17 | 2 | -1/+3 |
| | | | | PSGroove team). | ||||
* | Added board hardware driver support for the Blackcat USB JTAG board (thanks ↵ | Dean Camera | 2010-10-17 | 3 | -1/+4 |
| | | | | to the PSGroove team). | ||||
* | Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and ↵ | Dean Camera | 2010-10-13 | 2 | -0/+5 |
| | | | | changed it to return the maximum number of supported banks for the given endpoint. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 26 | -76/+90 |
| | | | | tool made by Laszlo Monda | ||||
* | Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host ↵ | Dean Camera | 2010-10-12 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. | Dean Camera | 2010-10-12 | 2 | -0/+3 |
| | | | | | | | | 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(). | ||||
* | Fixed random enumeration failure while in device mode due to interrupts ↵ | Dean Camera | 2010-10-12 | 1 | -0/+1 |
| | | | | causing the Set Address request to exceed maximum timings. | ||||
* | Minor documentation enhancements. | Dean Camera | 2010-10-12 | 3 | -0/+10 |
| | |||||
* | Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to ↵ | Dean Camera | 2010-10-07 | 1 | -0/+5 |
| | | | | reduce the compiled binary size. | ||||
* | Added board hardware driver support for the Busware CUL V3 board. | Dean Camera | 2010-10-06 | 2 | -0/+2 |
| | | | | Added SVN eol-style property to the library driver files that are missing it. | ||||
* | Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when ↵ | Dean Camera | 2010-10-06 | 1 | -0/+1 |
| | | | | SPI_Init() is called. | ||||
* | Cache the USB_DeviceState variable internally in the library core when ↵ | Dean Camera | 2010-10-06 | 3 | -4/+4 |
| | | | | multiple checks are required in a single loop iteration, to reduce compiled code size. | ||||
* | Revert change to the AVRISP-MKII project for fuse byte programming via the ↵ | Dean Camera | 2010-10-02 | 1 | -1/+0 |
| | | | | CMDEX bit - this appears to be an error in the XMEGA manual external memory programming table. | ||||
* | Fixed broken lock byte programming in the AVRISP-MKII clone project for some ↵ | Dean Camera | 2010-10-02 | 1 | -0/+1 |
| | | | | XMEGA targets. | ||||
* | Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when ↵ | Dean Camera | 2010-10-02 | 1 | -0/+1 |
| | | | | writing in non-paged mode and the polling byte cannot be used. | ||||
* | Make Host mode Class drivers only set the class driver instance's state ↵ | Dean Camera | 2010-09-30 | 2 | -2/+3 |
| | | | | values once a compatible interface has been found within the device. | ||||
* | Fix incorrectly named configuration descriptor callback routines in the host ↵ | Dean Camera | 2010-09-30 | 1 | -1/+0 |
| | | | | | | mode class drivers. Fix typo in MIDI low level device demo. | ||||
* | Fix low level host mode demos not correctly fetching the next endpoint when ↵ | Dean Camera | 2010-09-30 | 1 | -1/+1 |
| | | | | | | an invalid interface is discarded. Update the pipe configuration routines in the host mode class drivers so that they use the same new code to enumerate compatible devices to increase reliability. Add support to the host mode class drivers for non-sequential (but non-overlapping with other interface) pipe numbers. | ||||
* | Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ↵ | Dean Camera | 2010-09-30 | 3 | -0/+8 |
| | | | | | | | | | | on the configuration order instead to ensure maximum reliability. Altered all low level device and host mode demos to ensure that endpoints and pipes are configured in ascending order properly. Rewrote all low level host mode demos' configuration descriptor parser code to ensure that pipes are enumerated in ascending order, and to ensure maximum compatibility with devices. Incremented all device mode demo's device descriptor revision numbers to ensure that any descriptor changes are re-fetched on machines which have enumerated previous versions. | ||||
* | Changed default value for the reset polarity parameter in the AVRISP-MKII ↵ | Dean Camera | 2010-09-29 | 2 | -1/+3 |
| | | | | | | project so that it defaults to active low drive. Fixed incorrect USB_DeviceState value when unconfiguring the device without an address set. | ||||
* | Added board hardware driver support for the Arduino Uno development board. | Dean Camera | 2010-09-28 | 2 | -0/+3 |
| | | | | Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver. | ||||
* | Added CDC functional descriptor structs to the Low Level CDC demos and CDC ↵ | Dean Camera | 2010-09-28 | 2 | -0/+2 |
| | | | | | | class bootloader, to improve the readability of the descriptors. Fixed BootloaderCDC project failing on some operating systems due to removed Line Encoding options (thanks to Alexey Belyaev). | ||||
* | Move out many of the common class driver constants into grouped enums, to ↵ | Dean Camera | 2010-09-28 | 3 | -2/+6 |
| | | | | | | | | make them more managable. Add new CDC descriptor structs to the CDC class driver, so that the CDC demos can use human readable field names. Rename prefix for Still Image Host class driver functions from "SImage_" to "SI_" to remain consistent with the rest of the driver. | ||||
* | Remove dfu-programmer program switches, to ensure maximum compatibility with ↵ | Dean Camera | 2010-09-24 | 1 | -5/+3 |
| | | | | all dfu-programmer versions. | ||||
* | Added the --suppress-bootloader-mem option to the makefile dfu target, to ↵ | Dean Camera | 2010-09-24 | 2 | -5/+8 |
| | | | | | | | | ensure that writes to the bootloader section of the AVR's flash memory are ignored (thanks to Axel Rohde). Fixed incorrect command name for EEPROM memory programming in the makefile dfu-ee target. Makefile whitespace fixes. | ||||
* | Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() ↵ | Dean Camera | 2010-09-24 | 1 | -0/+1 |
| | | | | | | callback function causing broken GET REPORT requests. Minor whitespace fixes. | ||||
* | Reverted modifications to USBInterrupt.h that were intefering with correct ↵ | Dean Camera | 2010-09-22 | 1 | -0/+1 |
| | | | | | | | | host mode operation. Fixed SUSPI interrupt not being cleared during device mode enumeration, causing accidental mis-fires on re-enumeration. Fixed JTAG_DEBUG_POINT() and JTAG_DEBUG_BREAK() macros not compiling under pure C99 standards mode. | ||||
* | Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the ↵ | Dean Camera | 2010-09-21 | 1 | -0/+1 |
| | | | | endpoint's direction from the currently selected pipe. | ||||
* | Ensure device address latch bit is not set at the same time as the new ↵ | Dean Camera | 2010-09-19 | 1 | -1/+1 |
| | | | | | | | | address, as per datasheet. Minor documentation fixes. Fix broken USB host mode due to the USB frame counter not being updated during the early enumeration steps, causing USB_Host_DelayMS() to spinloop forever. | ||||
* | Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to ↵ | Dean Camera | 2010-09-15 | 2 | -0/+3 |
| | | | | USB_Init() now defaults the controller into UID selection mode. | ||||
* | Fix incorrect documentation on the Get Descriptor standard request. | Dean Camera | 2010-09-15 | 1 | -1/+1 |
| | |||||
* | Make project makefiles correctly clean intermeditary build files from ↵ | Dean Camera | 2010-09-15 | 1 | -0/+1 |
| | | | | assembly and C++ sources (thanks to Daniel Czigany). | ||||
* | Minor documentation corrections. | Dean Camera | 2010-09-15 | 5 | -9/+10 |
| | |||||
* | Fixed incorrect signature reported in the CDC class bootloader for the ↵ | Dean Camera | 2010-09-14 | 1 | -0/+1 |
| | | | | ATMEGA32U2. | ||||
* | Added board hardware driver support for the BUI development board. | Dean Camera | 2010-09-14 | 2 | -8/+10 |
| | |||||
* | Added board hardware driver support for the UDIP development board. | Dean Camera | 2010-09-14 | 3 | -1/+2 |
| | |||||
* | Fixed SET FEATURE and CLEAR FEATURE control requests directed at an ↵ | Dean Camera | 2010-09-13 | 1 | -0/+1 |
| | | | | unconfigured endpoint causing request timeouts. |