Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed GenericHID device demo to use the LUFA scheduler, added ↵ | Dean Camera | 2009-04-01 | 4 | -6/+91 |
| | | | | INTERRUPT_DATA_ENDPOINT and INTERRUPT_CONTROL_ENDPOINT compile time options. | ||||
* | Added new GenericHID device demo application. | Dean Camera | 2009-03-29 | 10 | -2/+3037 |
| | |||||
* | Corrected bitfields -- the smallest datatype required for each bitfield is ↵ | Dean Camera | 2009-03-26 | 3 | -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 Camera | 2009-03-25 | 2 | -0/+10 |
| | | | | in the audio device demos. | ||||
* | Fixed CDC demo not sending an empty packet after each transfer to prevent ↵ | Dean Camera | 2009-03-23 | 1 | -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 Camera | 2009-03-20 | 130 | -0/+43487 |
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place. |