- Jun 05, 2011
-
-
Dean Camera authored
Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
-
Dean Camera authored
-
- Jun 04, 2011
-
-
Dean Camera authored
-
- Jun 03, 2011
-
-
Dean Camera authored
Added new callback to the Audio Class driver to allow for endpoint control manipulations such as data sample rates. Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates. Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed. Fix broken LowLevel audio demo descriptors. Minor documentation fixes.
-
- Jun 02, 2011
-
-
Dean Camera authored
Expand the documentation for each Bootloader to give sample usage instructions for the command line programmer utilities. Fix typo in the HID class bootloader CLI programmer application usage instructions.
-
- Jun 01, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Minor documentation cleanups. Modify the incomplete AudioInputHost demo for mono audio output.
-
- May 30, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so that the user is now responsible for supplying the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or continuous sample rates.
-
Dean Camera authored
Remove output files from the incomplete AudioInputHost demo, and improve the logic in the ConfigDescriptor.c device configuration processing routine.
-
- May 29, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Added missing Audio class control request definitions. Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host.
-
- May 27, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- May 26, 2011
-
-
Dean Camera authored
Fix incorrect project name in the Projects/ folder makefile.
-
Dean Camera authored
Copy out the EndpointStream and PipeStream functions to each architecture, so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available).
-
Dean Camera authored
-
Dean Camera authored
Lower the size of the HID report endpoint from 16 bytes to 8 bytes, to allow for Low Speed USB compatibility in the KeyboardMouseMultiReport demo (thanks to Kevin Chernoff).
-
- May 23, 2011
-
-
Dean Camera authored
Update MediaController project to remove the Record usage (not often needed) and explicitly declare each usage for maximum clarity.
-
Dean Camera authored
Add new MediaController project, a simple Media Playback control manipulator (Play/Pause/Next Track/Volume/etc.).
-
Dean Camera authored
Correct errors in the DHCP Server application in the Webserver project, that was causing random server restarts and/or incorrectly allocated IP addresses.
-
- May 22, 2011
-
-
Dean Camera authored
Add RNDIS Device support to the Webserver project, so that the files stored on the device can be viewed from a web-browser while the board is plugged into a host machine.
-
- May 19, 2011
-
-
Dean Camera authored
-
- May 18, 2011
-
-
Dean Camera authored
Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver. Modify RNDIS demos to suit the simplified Ethernet_Frame_Info_t structure.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Add new "version" makefile target to the main LUFA library makefile, to give an easy way to identify a LUFA release from the command-line.
-
- May 14, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device. Minor code cleanups to add const and reformat where missing, as well as abstract out the internal device signature start address into a macro, so that it can be altered to suit particular devices within a single architecture if needed. Add missing documentation to the USB_Device_States_t enum.
-
- May 13, 2011
-
-
Dean Camera authored
-
- May 09, 2011
-
-
Dean Camera authored
Add missing LEDS_ToggleLEDs() function to the LED driver for the EVK1101 board.
-
- May 08, 2011
-
-
Dean Camera authored
-
- Apr 27, 2011
-
-
Dean Camera authored
-
- Apr 25, 2011
-
-
Dean Camera authored
Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typecasting to the SWAPENDIAN_* macros. Switch to using -1 on the UC3 target to obtain a register mask with all bits set (for clearing interrupts and status flags). Fix incorrect USB controller mode on the UC3 when a fixed mode is specified as a compile time option due to AVR32_USBB.USBCON.uide being set by default. Make USB_Descriptor_String_t use a uint16_t for Unicode strings on all targets except the AVR8 (retained for backwards compatibility).
-
- Apr 23, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Fix HID class bootloader not working on the larger USB AVRs due to the altered page addressing scheme.
-
Dean Camera authored
Make DFU and CDC class bootloaders also toggle the LEDs on command activity in addition to the periodic flashing.
-
Dean Camera authored
-
- Apr 20, 2011
-
-
Dean Camera authored
-