aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host
Commit message (Collapse)AuthorAgeFilesLines
...
* Added new PIMA_DATA_SIZE() define to the Still Image Host demo.Dean Camera2009-04-021-2/+10
|
* All comments in the library, bootloaders, demos and projects have now been ↵Dean Camera2009-04-0116-53/+53
| | | | spell-checked and spelling mistakes/typos corrected.
* Changed GenericHID device demo to use the LUFA scheduler, added ↵Dean Camera2009-04-013-0/+18
| | | | INTERRUPT_DATA_ENDPOINT and INTERRUPT_CONTROL_ENDPOINT compile time options.
* Added new GenericHIDHost demo.Dean Camera2009-04-0114-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 Camera2009-04-011-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 Camera2009-03-261-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 Camera2009-03-2067-0/+22616
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.