aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/MissileLauncher
Commit message (Collapse)AuthorAgeFilesLines
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-6/+6
| | | | | | Added parameter directions to function parameter documentation. Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput).
* Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting ↵Dean Camera2009-06-231-2/+0
| | | | infinite IN requests, this can still be changed by calling the existing \ref Pipe_SetFiniteINRequests() function.
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time ↵Dean Camera2009-06-191-5/+5
| | | | option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead.
* Move LUFA compile time options to a new section in the application makefiles ↵Dean Camera2009-06-191-3/+9
| | | | for clarity.
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration ↵Dean Camera2009-06-192-14/+14
| | | | number within the device to fetch, to add support for multi-configuration devices.
* Oops - restore deleted MissileLauncher project, fix all spelling errors for ↵Dean Camera2009-06-187-0/+2959
"missile". TODO: Learn how to actually spell.