Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed USB_GetHIDReportSize() returning the number of bits in the specified ↵ | Dean Camera | 2010-02-09 | 1 | -12/+5 | |
| | | | | | | | | report instead of bytes. Moved the USB_GetHIDReportItemInfo() calls into the main report item passing loop in the *HostWithParser demos - it is fast enough not to effect performance, and avoids duplicate code. Make Webserver project report the LUFA version as part of the HTTP header. | |||||
* | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ↵ | Dean Camera | 2010-02-04 | 1 | -1/+1 | |
| | | | | | | will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). Spell-check code/comments in the Webserver/AVRISP-MKII projects. | |||||
* | Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. | Dean Camera | 2010-02-03 | 1 | -1/+2 | |
| | ||||||
* | Fix up project documentation files' overview tables, so that multiple items ↵ | Dean Camera | 2010-01-28 | 1 | -2/+4 | |
| | | | | occupy multiple lines in the same cell, rather than multiple cells. | |||||
* | Add Webserver project Doxygen configuration file and overview document. | Dean Camera | 2010-01-25 | 1 | -1/+1 | |
| | | | | Fix Doxygen configuration files' input file exclusion filters. | |||||
* | Update Doxygen configuration files to the latest Doxygen version. | Dean Camera | 2010-01-06 | 1 | -631/+709 | |
| | ||||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 2 | -4/+4 | |
| | ||||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 2 | -14/+14 | |
| | ||||||
* | Fixed LowLevel Keyboard demo not saving the issued report only after it has ↵ | Dean Camera | 2009-11-20 | 1 | -1/+1 | |
| | | | | | | been written to the endpoint. Added support for multiple keyboard keycodes in a single report to the LowLevel and ClassDriver Keyboard demos. | |||||
* | Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function ↵ | Dean Camera | 2009-11-13 | 1 | -2/+2 | |
| | | | | to USB_Host_GetDeviceConfigDescriptor(). | |||||
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 1 | -1/+1 | |
| | ||||||
* | Add optional pipe double banking support to the Host mode Class drivers. | Dean Camera | 2009-11-07 | 1 | -0/+3 | |
| | | | | Descriptor processing routines now pass around void pointers rather than uint8_t pointers, as their destination datatype is know well known -- they are just streams of bytes until they are cast to the correct destination type by DESCRIPTOR_CAST. | |||||
* | Added new JoystickHostWithParser demos to the library. | Dean Camera | 2009-11-04 | 5 | -0/+2667 | |
Add some missing documentation to some of the library demos. |