Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update main library makefile with missing source files for the "clean" rule. | Dean Camera | 2010-06-08 | 1 | -0/+2 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -58/+58 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the ↵ | Dean Camera | 2010-04-28 | 1 | -2/+2 |
| | | | | LowLevel directory as it is hardware-dependent. | ||||
* | Add MIME type handling to the Webserver project, so that files of different ↵ | Dean Camera | 2010-01-29 | 1 | -1/+1 |
| | | | | types (e.g. images) can be served out to HTTP clients. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | Added new Printer Host mode Class driver. | Dean Camera | 2009-11-04 | 1 | -0/+1 |
| | | | | | | Added new Printer Host mode ClassDriver demo. Added table of supported classes and modes to the main USB Class Driver documentation. | ||||
* | Make HID device class driver reselect the correct endpoint after the user ↵ | Dean Camera | 2009-10-26 | 1 | -1/+1 |
| | | | | callbacks have fired. | ||||
* | Fix LUFA event list generation rule in the main LUFA makefile (thanks to ↵ | Dean Camera | 2009-09-14 | 1 | -1/+1 |
| | | | | Thomas Bleeker). | ||||
* | Add in new invalid event hook check targets to project makefiles to produce ↵ | Dean Camera | 2009-09-06 | 1 | -2/+10 |
| | | | | | | | | compilation errors when invalid event names are used in a project. Re-add in flip, flip-ee, dfu and dfu-ee targets to project makefiles (thanks to Opendous Inc.) Fix allowable F_CPU values comment in project makefiles. | ||||
* | Remove deleted source files from the LUFA library makefile. | Dean Camera | 2009-08-30 | 1 | -2/+0 |
| | | | | Renamed parameters of SI_Host_ConfigurePipes() to match other Host mode Class drivers. | ||||
* | Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. | Dean Camera | 2009-06-14 | 1 | -0/+13 |
| | | | | | | Split out common defines/types from class drivers into a seperate common class driver directory. Make central USB Class driver dispatch headers, used for both device and host modes. | ||||
* | Commit of new class abstraction APIs for all device demos other than the ↵ | Dean Camera | 2009-06-01 | 1 | -5/+1 |
| | | | | | | | | | | MIDI demo - not documented yet. Removed scheduler and memory allocation libraries. Added new EVENT_USB_StartOfFrame event in the library to indicate the start of each USB frame (when generated). Removed Tx interrupt from the USBtoSerial demo; now sends characters via polling to ensure more time for the Rx interrupt. | ||||
* | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to ↵ | Dean Camera | 2009-05-22 | 1 | -7/+7 |
| | | | | 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. | ||||
* | Renamed Serial_Stream driver to SerialStream to remain consistent with the ↵ | Dean Camera | 2009-04-17 | 1 | -1/+1 |
| | | | | rest of the library's naming scheme for files. | ||||
* | Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral. | Dean Camera | 2009-04-16 | 1 | -2/+2 |
| | |||||
* | Moved all source to the trunk directory. | Dean Camera | 2009-02-23 | 1 | -0/+42 |