aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-1/+1
|
* Don't build project folders in parallel.Dean Camera2018-12-041-14/+3
|
* Update copyrights for 2018.Dean Camera2018-01-041-1/+1
|
* Update copyrights for 2017.Dean Camera2017-04-181-1/+1
|
* Update copyrights to 2016.Dean Camera2016-01-311-1/+1
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-1/+1
|
* Update copyrights for 2014.Dean Camera2014-01-041-4/+4
|
* Update copyright year to 2013.Dean Camera2013-01-031-1/+1
|
* Use immediate variable expansion in the second-deepest level makefile ↵Dean Camera2012-07-141-1/+1
| | | | scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable.
* Fix up makefile .NOTPARALLEL heuristics so that linear building is only ↵Dean Camera2012-07-101-4/+6
| | | | enforced if no object folder set and the "all" target is run. Rename library "ConfigDescriptor.c" file to "ConfigDescriptors.c" to ensure that object filenames are unique.
* Slightly better method of recursive make - use proper make dependencies to ↵Dean Camera2012-07-101-4/+18
| | | | allow for parallel builds.
* Don't enforce silent output on submake - pass down the value set by the user ↵Dean Camera2012-06-241-2/+2
| | | | implicitly instead.
* Add OBJDIR optional build variable to the BULD build system module, to allow ↵Dean Camera2012-06-101-0/+2
| | | | the user project to relocate the output object and dependency files to a different directory.
* Fix typos in recursive make rules.Dean Camera2012-06-041-1/+1
|
* Add emergency aborts to the recursive makefiles to prevent system failures ↵Dean Camera2012-06-041-0/+7
| | | | due to infinite recursion if something happens while building the project lists.
* Quiet initial recursive makefile invocation for all projects.Dean Camera2012-06-031-2/+2
|
* Use auto-detection of project directories for the demo, project and ↵Dean Camera2012-06-031-29/+4
| | | | bootloader makefiles.
* Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean Camera2012-06-011-55/+28
| | | | system.
* Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean Camera2012-05-271-1/+1
| | | | old copyright years on some makefiles.
* Added new SerialToLCD user project contributed by Simon Foster.Dean Camera2012-04-141-0/+4
|
* Add missing project files for the new HIDReportViewer project to upgrade its ↵Dean Camera2011-06-191-0/+4
| | | | status to a finished (working) project.
* Add the MIDIToneGenerator project to the Projects/ directory makefile clean ↵Dean Camera2011-05-271-0/+1
| | | | rule.
* Fix incorrect macro guard in the UC3 EndpointStream header file.Dean Camera2011-05-261-3/+3
| | | | Fix incorrect project name in the Projects/ folder makefile.
* Add new MediaController project, a simple Media Playback control manipulator ↵Dean Camera2011-05-231-0/+4
| | | | (Play/Pause/Next Track/Volume/etc.).
* Update copyright year on all source files.Dean Camera2011-01-011-1/+1
|
* Added new completed MIDIToneGenerator project.Dean Camera2010-12-031-0/+3
|
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-281-1/+1
| | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-3/+4
| | | | tool made by Laszlo Monda
* Add remaining AVRStudio project files to the library projects.Dean Camera2010-07-131-1/+1
|
* Add first lot of AVRStudio project files for some of the library projects.Dean Camera2010-07-131-2/+2
|
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵Dean Camera2010-05-071-30/+30
| | | | the make tool to be overridden.
* Added new Relay Controller Board project (thanks to OBinou).Dean Camera2010-03-241-0/+4
| | | | Added hardware board driver support for the PJRC Teensy line of USB AVR boards.
* 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