aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Partial Commit: Remove now empty Projects\Incomplete directory and add the ↵Dean Camera2009-08-251-0/+4
| | | | new AVRISP project to the Projects directory makefile.
* Fixed invalid data being returned when a GetStatus request is issued in ↵Dean Camera2009-08-181-4/+0
| | | | | | Device mode with an unhandled data recipient. Fix up Programmers Notepad Project file to show new Projects directory layout. Remove now moved AVRISP project from the Projects directory makefile.
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-0/+4
| | | | | | Added new Endpoint_SetEndpointDirection() macro to set the current endpoint direction for bidirectional endpoints. Renamed internal USB_INT_ENDPOINT_SETUP macro to USB_INT_RXSTPI to fit in with the rest of the interrupt vector macros.
* Added new Benito project, a simple modified USB-to-Serial bridge for the ↵Dean Camera2009-07-231-0/+4
| | | | programming of AVRs using the official Arduino bootloader.
* Oops - restore deleted MissileLauncher project, fix all spelling errors for ↵Dean Camera2009-06-181-1/+1
| | | | "missile". TODO: Learn how to actually spell.
* Break device mode class driver interfaces into seperate config and state ↵Dean Camera2009-06-181-2/+2
| | | | structs which are then combined, for clarity. Move device mode class driver interfaces back into the device mode class driver headers from the common class headers to make room for host class interfaces.
* Add MissleLauncher project to the /Projects/ makefile. Add missing ↵Dean Camera2009-06-161-0/+4
| | | | MissleLauncher Doxygen.conf file.
* Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.Dean Camera2009-03-191-4/+0
| | | | | | Corrections to Keyboard demo. Removed AVRISP_Programmer project due to code quality concerns.
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+25