- Apr 13, 2009
-
-
Dean Camera authored
Fixed RNDISEthenet demo checking the incorrect message field for packet size constraints (thanks to Jonathan). Fixed WriteNextReport code in the GenericHIDHost demo using incorrect parameter types and not selecting the correct endpoint.
-
- Apr 09, 2009
-
-
Dean Camera authored
Fixed GenericHID demo not starting USB and HID management tasks when not using interrupt driven modes (thanks to Carl Kjeldsen).
-
- Apr 07, 2009
-
-
Dean Camera authored
Added preprocessor checks and documentation to the bootloaders giving information about missing SIGNATURE_x defines due to outdated avr-libc versions.
-
- Apr 01, 2009
-
-
Dean Camera authored
All comments in the library, bootloaders, demos and projects have now been spell-checked and spelling mistakes/typos corrected.
-
Dean Camera authored
Changed GenericHID device demo to use the LUFA scheduler, added INTERRUPT_DATA_ENDPOINT and INTERRUPT_CONTROL_ENDPOINT compile time options.
-
- Mar 29, 2009
-
-
Dean Camera authored
-
- Mar 26, 2009
-
-
Dean Camera authored
Corrected bitfields -- the smallest datatype required for each bitfield is now used, rather than relying on GCC to truncate unused bytes in bitfields (thanks to Walt Sacuta).
-
- Mar 25, 2009
-
-
Dean Camera authored
Added missing documentation for AUDIO_SAMPLE_FREQUENCY configuration option in the audio device demos.
-
- Mar 23, 2009
-
-
Dean Camera authored
Fixed CDC demo not sending an empty packet after each transfer to prevent the host from buffering incomming data. Altered Project and Bootloader makefiles so that the path to the LUFA library can be set in one place.
-
- Mar 20, 2009
-
-
Dean Camera authored
Seperated out OTG, Device and Host mode demos into seperate folders for clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.
-