Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵ | Dean Camera | 2009-06-05 | 1 | -263/+0 |
| | | | | re-add old low level demos to a LowLevel subdirectory. | ||||
* | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to ↵ | Dean Camera | 2009-05-22 | 1 | -1/+1 |
| | | | | CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs. | ||||
* | Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only ↵ | Dean Camera | 2009-05-17 | 1 | -7/+7 |
| | | | | served to obfuscate code. | ||||
* | Fix broken Set Feature/Clear Feature chapter 9 request (incorrect status ↵ | Dean Camera | 2009-05-10 | 1 | -1/+1 |
| | | | | | | stage clearing). Commit for the 090510 release. | ||||
* | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent ↵ | Dean Camera | 2009-05-04 | 1 | -1/+1 |
| | | | | | | problems with faulty devices which do not respect the given wLength value when reading in the device descriptor. Further documentation improvements - removed file view from the main library documentation, replaced file references in the documentation with group references. | ||||
* | Endpoint configuration is now refined to give better output when all ↵ | Dean Camera | 2009-04-24 | 1 | -1/+1 |
| | | | | configurations have static inputs - removed the now useless STATIC_ENDPOINT_CONFIGURATION compile time token. | ||||
* | Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all ↵ | Dean Camera | 2009-04-22 | 1 | -1/+1 |
| | | | | Device mode demos to reduce binary size. | ||||
* | Changed over all deprecated GCC structure tag initializers to the ↵ | Dean Camera | 2009-04-20 | 1 | -84/+84 |
| | | | | standardized C99 format (thanks to Mike Alexander). | ||||
* | All comments in the library, bootloaders, demos and projects have now been ↵ | Dean Camera | 2009-04-01 | 1 | -1/+1 |
| | | | | spell-checked and spelling mistakes/typos corrected. | ||||
* | Seperated out OTG, Device and Host mode demos into seperate folders for ↵ | Dean Camera | 2009-03-20 | 1 | -0/+263 |
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place. |