aboutsummaryrefslogtreecommitdiff
path: root/LUFA/makefile
AgeCommit message (Collapse)Author
2012-07-14Fix up main library core makefile include paths.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2401 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-05Fix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use ↵Dean
LUFA_ROOT_PATH rather than LUFA_PATH. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2383 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-18Minor makefile fixes - add phony targets, remove silence switch from the ↵Dean
root makefile and add missing build modules to the ClassDriver VirtualSerial device demo. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2354 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-11Add ability to generate SYM files in the BUILD module. Clean up build system ↵Dean
output to be slightly more human readable. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2339 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Fix up core library makefile clean target to properly remove dependency files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2334 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Make sure the main library core makefile does not interfere with the Doxygen ↵Dean
module configuration if included in a legacy makefile. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2333 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-06Fix BUILD module so that user flags are applied after all auto-generated ↵Dean
flags, ensure dependency files are generated with a .d extension rather than a .o.d extension, allow use of full part names ("at32uc3a0256") instead of GCC truncted part names ("uc3a0256"). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2314 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-06Fix typo in the UC3 host pipe driver. Improve library TAR export exclusion ↵Dean
filetype filter. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2309 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Clean up CORE build system module, use simple rather than recursive make ↵Dean
variables for internal constants and $(shell) derived values. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2289 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Add platform driver dispatch header and makefile module source variable.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2288 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Ensure that USB_DEVICE_ONLY or USB_HOST_ONLY is properly set for devices ↵Dean
that physically do not support a particular mode. Fix main LUFA library makefile default target. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2283 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Update library documentation on the standard LUFA makefile template ↵Dean
configuration. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2281 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-01Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean
system. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2264 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean
old copyright years on some makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2243 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-09Remove outdated documentation from the library, minor documentation ↵Dean
improvements. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2151 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-09Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵Dean
these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2150 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-08Removed the old pseudo-scheduler from the library as it was unused and ↵Dean
deprecated since the 090810 release. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2149 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-08Add additional specific sub-family parts to the ModuleTest build test as ↵Dean
these may have minor header file differences to their standard family cousins. Clean up of main library Makefile to extract out the library version once into a make variable for easy reference. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2142 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-07Oops - fix broken makefile tar rule.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2138 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-07Fix up Doxygen documentation directives to allow for generation of ↵Dean
documentation when the library code root folder is not "LUFA". git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2137 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-07Add extra LUFA TAR archive export exclusions.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2135 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-07Add main library makefile target "export_tar" to export a copy of the ↵Dean
library codebase in TAR format, for each integration into user applications. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2134 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Only abort Doxygen documentation generation if a non-unsupported tag warning ↵Dean
is encountered. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2104 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Update Doxygen documentation build scripts to fail if any warnings are ↵Dean
generated. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2101 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-24Add new Android Open Accessory class driver to the library core and add a ↵Dean
new Android Open Accessory Host ClassDriver demo. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1988 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-18Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵Dean
driver source filenames to prevent ambiguities. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1978 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-21Add project name to the Doxygen makefile target output.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1930 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-14Add XMEGA to the LUFA core library makefile's list of architectures, so that ↵Dean
the XMEGA files are properly cleaned on request. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1881 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-20Add new "checksource" target to the library makefiles, for automated source ↵Dean
file existance checking. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1821 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-08Added new Host mode Audio Class driver.Dean
Added new EVENT_Audio_StreamStartStopChange() event to the Audio Device Class driver to detect stream start/stop events. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1791 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-05-26Copy out the EndpointStream and PipeStream functions to each architecture, ↵Dean
so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1765 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-05-18Add new "version" makefile target to the main LUFA library makefile, to give ↵Dean
an easy way to identify a LUFA release from the command-line. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1754 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-05-14Fixed possible invalid program execution when in host mode if corrupt ↵Dean
descriptor lengths are supplied by the attached device. Minor code cleanups to add const and reformat where missing, as well as abstract out the internal device signature start address into a macro, so that it can be altered to suit particular devices within a single architecture if needed. Add missing documentation to the USB_Device_States_t enum. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1752 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-03-13Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1705 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-20Rename architecture specific driver files, to make them appear with uniquely ↵Dean
identifying filenames in the documentation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1677 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-19Initial restructuring of the core USB driver module to support multiple ↵Dean
architectures in the future. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1672 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean
device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1669 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-30Removed SerialStream module, rolled functionality into the base USART Serial ↵Dean
peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions. Altered the serial byte receive function to make it non-blocking. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1646 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-16New HID report item macros (with HID_RI_ prefix) to allow for easy creation ↵Dean
and editing of HID report descriptors. Changed over all project and demo HID report descriptors to use the new HID report item macros. Moved the HIDParser.c source file to the LUFA/Drivers/USB/Class/Common/ directory from the LUFA/Drivers/USB/Class/Host/. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1635 d5102386-fcda-11dd-9fdb-3debd5008f28
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-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-09-15Minor documentation corrections.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1481 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-08-22Split out endpoint and pipe stream functions into new EndpointStream.c/.h ↵Dean
and PipeStream.c/.h files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1449 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-21Add missing const qualifiers to class drivers.Dean
Indent core library function parameters so that there is only one parameter per line, to increase readability. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1398 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-21Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel ↵Dean
directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h. Rename LowLevel.c/.h to USBController.c/.h. Remove dependancies on the complete <avr/io.h> header in the HighLevel USB driver directory, to ensure less work is required in later (possible) ports. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1397 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-19Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean
Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1394 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-15Removed the automated checking of event names in the demo, project and ↵Dean
bootloader makefiles due to inconsistancies between the behaviour of the command line tools used to perform the check on each platform. Removed the internal endpoint and pipe memory allocation macros, as this is already performed directly in the code. Simplify the endpoint and pipe reset procedure. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1391 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-07-02Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific ↵Dean
functions that are more complicated than simple macros. Moved USB_Device_SendRemoteWakeup() to the new Device.c source file and corrected it to unfreeze and restart the USB controller clock before issuing a Remote Wakeup request. Removed the USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros, as they are now obsolete. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1358 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-06-08Update main library makefile with missing source files for the "clean" rule.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1325 d5102386-fcda-11dd-9fdb-3debd5008f28