Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial restructuring of the core USB driver module to support multiple ↵ | Dean Camera | 2011-02-19 | 1 | -165/+0 |
| | | | | architectures in the future. | ||||
* | Minor documentation improvements. | Dean Camera | 2011-01-08 | 1 | -3/+3 |
| | |||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | Remove internal USB_Device_NibbleToASCII() function in favour of manually ↵ | Dean Camera | 2010-11-21 | 1 | -1/+0 |
| | | | | inlined code to prevent compilation errors in -O0 optimisation level. | ||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -19/+20 |
| | | | | tool made by Laszlo Monda | ||||
* | Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel ↵ | Dean Camera | 2010-07-21 | 1 | -0/+165 |
directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h. Rename LowLevel.c/.h to USBController.c/.h. Remove dependancies on the complete <avr/io.h> header in the HighLevel USB driver directory, to ensure less work is required in later (possible) ports. |