- 29 Jan, 2010 1 commit
-
-
Dean Camera authored
Add MIME type handling to the Webserver project, so that files of different types (e.g. images) can be served out to HTTP clients.
-
- 30 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 04 Nov, 2009 1 commit
-
-
Dean Camera authored
Added new Printer Host mode ClassDriver demo. Added table of supported classes and modes to the main USB Class Driver documentation.
-
- 26 Oct, 2009 1 commit
-
-
Dean Camera authored
-
- 14 Sep, 2009 1 commit
-
-
Dean Camera authored
-
- 06 Sep, 2009 1 commit
-
-
Dean Camera authored
Add in new invalid event hook check targets to project makefiles to produce 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.
-
- 30 Aug, 2009 1 commit
-
-
Dean Camera authored
Renamed parameters of SI_Host_ConfigurePipes() to match other Host mode Class drivers.
-
- 14 Jun, 2009 1 commit
-
-
Dean Camera authored
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.
-
- 01 Jun, 2009 1 commit
-
-
Dean Camera authored
Commit of new class abstraction APIs for all device demos other than the 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.
-
- 22 May, 2009 1 commit
-
-
Dean Camera authored
Deleted StdDescriptors.c, renamed USB_GetDescriptor() to 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.
-
- 17 Apr, 2009 1 commit
-
-
Dean Camera authored
Renamed Serial_Stream driver to SerialStream to remain consistent with the rest of the library's naming scheme for files.
-
- 16 Apr, 2009 1 commit
-
-
Dean Camera authored
-
- 23 Feb, 2009 1 commit
-
-
Dean Camera authored
-