aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix LUFA event list generation rule in the main LUFA makefile (thanks to ↵Dean Camera2009-09-141-1/+1
| | | | Thomas Bleeker).
* Add in new invalid event hook check targets to project makefiles to produce ↵Dean Camera2009-09-061-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 Camera2009-08-301-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 Camera2009-06-141-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 Camera2009-06-011-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 Camera2009-05-221-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 Camera2009-04-171-1/+1
| | | | rest of the library's naming scheme for files.
* Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-161-2/+2
|
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+42