summaryrefslogtreecommitdiff
path: root/Projects/makefile
AgeCommit message (Collapse)Author
2011-01-01Update copyright year on all source files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1622 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-12-03Added new completed MIDIToneGenerator project.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1601 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1541 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify ↵Dean
tool made by Laszlo Monda git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-13Add remaining AVRStudio project files to the library projects.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1378 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-13Add first lot of AVRStudio project files for some of the library projects.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1377 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-05-07Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵Dean
the make tool to be overridden. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1247 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-03-24Added new Relay Controller Board project (thanks to OBinou).Dean
Added hardware board driver support for the PJRC Teensy line of USB AVR boards. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1177 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-01-25Add Webserver project Doxygen configuration file and overview document.Dean
Fix Doxygen configuration files' input file exclusion filters. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1065 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-30Update copyright year to 2010.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1032 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-30Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵Dean
Temperature Data Logger using the onboard Dataflash and Temperature sensor. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1028 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-27Fix references to the renamed AVRISP-MKII project folder.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1017 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-18Add LEDNotifier project to the Projects folder build list. Add new LEDMixer ↵Dean
C# host application for the LEDNotifier project. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@990 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-25Added new XPLAIN serial Bridge project (thanks to John Steggall for the ↵Dean
software UART code). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@916 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-10-18Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵Dean
CDC demo. Added const qualifier to Endpoint/Pipe stream write routines. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@868 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-25Partial Commit: Remove now empty Projects\Incomplete directory and add the ↵Dean
new AVRISP project to the Projects directory makefile. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@770 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-18Fixed invalid data being returned when a GetStatus request is issued in ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@747 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-17Added beginnings of a new AVRISP-MKII clone project.Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@744 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-07-23Added new Benito project, a simple modified USB-to-Serial bridge for the ↵Dean
programming of AVRs using the official Arduino bootloader. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@679 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-18Oops - restore deleted MissileLauncher project, fix all spelling errors for ↵Dean
"missile". TODO: Learn how to actually spell. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@611 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-18Break device mode class driver interfaces into seperate config and state ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@609 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-16Add MissleLauncher project to the /Projects/ makefile. Add missing ↵Dean
MissleLauncher Doxygen.conf file. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@606 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-03-19Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.Dean
Corrections to Keyboard demo. Removed AVRISP_Programmer project due to code quality concerns. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@470 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-03-04Updated makefiles to reflect new dfu-ee programming target invocations ↵Dean
(supplied by Opendous, Inc.). Renamed the ATTR_ALWAYSINLINE function attribute macro to ATTR_ALWAYS_INLINE to match the style of the other function attribute macro names. Added ATTR_ALWAYS_INLINE attribute to several inlined library functions, to ensure they are inlined in all circumstances. Cleanups to Endpoint.h and Pipe.h. Added better documentation for the endpoint and pipe interrupts. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@450 d5102386-fcda-11dd-9fdb-3debd5008f28