aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-0/+4
| | | | Fix Doxygen configuration files' input file exclusion filters.
* Update copyright year to 2010.Dean Camera2009-12-301-1/+1
|
* Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵Dean Camera2009-12-301-0/+4
| | | | Temperature Data Logger using the onboard Dataflash and Temperature sensor.
* Fix references to the renamed AVRISP-MKII project folder.Dean Camera2009-12-271-3/+3
|
* Add LEDNotifier project to the Projects folder build list. Add new LEDMixer ↵Dean Camera2009-12-181-0/+4
| | | | C# host application for the LEDNotifier project.
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the ↵Dean Camera2009-11-251-0/+4
| | | | software UART code).
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵Dean Camera2009-10-181-0/+4
| | | | CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.
* 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