Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new GenericHIDHost demo. | Dean Camera | 2009-04-01 | 14 | -27/+3053 |
| | | | | Corrections to the KeyboardHost and MouseHost demos' pipe handling to freeze and unfreeze the data pipes at the point of use. | ||||
* | Fixed incorrect defined in Version.h. | Dean Camera | 2009-04-01 | 1 | -0/+3 |
| | | | | Fixed Still Image Host SImage_SendData() function not clearing the pipe bank after sending data. | ||||
* | Corrected bitfields -- the smallest datatype required for each bitfield is ↵ | Dean Camera | 2009-03-26 | 1 | -7/+7 |
| | | | | now used, rather than relying on GCC to truncate unused bytes in bitfields (thanks to Walt Sacuta). | ||||
* | Seperated out OTG, Device and Host mode demos into seperate folders for ↵ | Dean Camera | 2009-03-20 | 67 | -0/+22616 |
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place. |