aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed RNDISEthenet demo checking the incorrect message field for packet size ↵Dean Camera2009-04-131-1/+1
| | | | | | constraints (thanks to Jonathan). Fixed WriteNextReport code in the GenericHIDHost demo using incorrect parameter types and not selecting the correct endpoint.
* Fixed GenericHID demo not starting USB and HID management tasks when not ↵Dean Camera2009-04-092-1/+15
| | | | using interrupt driven modes (thanks to Carl Kjeldsen).
* Added preprocessor checks and documentation to the bootloaders giving ↵Dean Camera2009-04-073-5/+5
| | | | information about missing SIGNATURE_x defines due to outdated avr-libc versions.
* All comments in the library, bootloaders, demos and projects have now been ↵Dean Camera2009-04-0143-91/+91
| | | | spell-checked and spelling mistakes/typos corrected.
* Changed GenericHID device demo to use the LUFA scheduler, added ↵Dean Camera2009-04-014-6/+91
| | | | INTERRUPT_DATA_ENDPOINT and INTERRUPT_CONTROL_ENDPOINT compile time options.
* Added new GenericHID device demo application.Dean Camera2009-03-2910-2/+3037
|
* Corrected bitfields -- the smallest datatype required for each bitfield is ↵Dean Camera2009-03-263-34/+34
| | | | now used, rather than relying on GCC to truncate unused bytes in bitfields (thanks to Walt Sacuta).
* Added missing documentation for AUDIO_SAMPLE_FREQUENCY configuration option ↵Dean Camera2009-03-252-0/+10
| | | | in the audio device demos.
* Fixed CDC demo not sending an empty packet after each transfer to prevent ↵Dean Camera2009-03-231-0/+6
| | | | | | 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.
* Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean Camera2009-03-20130-0/+43487
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.