Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 1 | -1/+1 |
| | | | | Indent core library function parameters so that there is only one parameter per line, to increase readability. | ||||
* | Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel ↵ | Dean Camera | 2010-07-21 | 1 | -0/+179 |
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. |