Clean up CORE build system mode makefile.
[pub/USBasp.git] / LUFA /
2012-08-11 Dean CameraClean up CORE build system mode makefile.
2012-08-11 Dean CameraMinor documentation improvements.
2012-08-08 Dean CameraMinor documentation fixes.
2012-08-01 Dean CameraRevert the default DEBUG_LEVEL setting from 3 to 2...
2012-07-31 Dean CameraMinor code style and documentation changes.
2012-07-30 Dean CameraReset to placeholder version values in the library...
2012-07-30 Dean CameraCommit for the 120730 release.
2012-07-29 Dean CameraFix broken code sample section spacing in the Doxygen...
2012-07-29 Dean CameraUpgrade Doxygen configuration files to 1.8.1.2.
2012-07-26 Dean CameraAdd support for the Olimex AVR-ISP-MK2 board.
2012-07-26 Dean CameraFix errors in some board driver LED_Disable() functions.
2012-07-24 Dean CameraAdd missing UC3 architecture F_USB configuration checks.
2012-07-23 Dean CameraMake the bootloader generation maintenance script copy...
2012-07-22 Dean CameraAdd missing INTC_GetInterruptHandler() function prototype.
2012-07-22 Dean CameraFixed endianess issues in the RNDIS host class driver...
2012-07-16 Dean CameraCommit for the LUFA-120730-BETA release.
2012-07-15 Dean CameraMinor documentation improvements.
2012-07-15 Dean CameraAdd DEBUG_FORMAT and DEBUG_LEVEL optional parameters...
2012-07-14 Dean CameraUpdate makefile template with the new build module...
2012-07-14 Dean CameraFix up main library core makefile include paths.
2012-07-14 Dean CameraRename build system module makefiles from "lufa.MODULE...
2012-07-14 Dean CameraRename hid-teensy and hid-teensy-ee targets to teensy...
2012-07-11 Dean CameraFix project makefiles - remove trailing slash from...
2012-07-10 Dean CameraFix up makefile .NOTPARALLEL heuristics so that linear...
2012-07-10 Dean CameraAdd check and error to the BUILD module if OBJDIR optio...
2012-07-09 Dean CameraFix broken builds when OBJDIR is specified in the BUILD...
2012-07-09 Dean CameraRemove unnecessary build system modules from the HID...
2012-07-08 Dean CameraClean up HID EEPROM loader shim application code, simpl...
2012-07-08 Dean CameraUpdate BUILD build system module with OBJECT_FILES...
2012-07-06 Dean CameraMinor documentation improvements.
2012-07-05 Dean CameraFix LUFA_SRC_PLATFORM makefile variable in the SOURCES...
2012-07-03 Dean CameraFixed incorrect Micropendous board LED driver LEDs_SetA...
2012-07-03 Dean CameraMinor documentation improvements.
2012-07-01 Dean CameraFix up non-relative header file include paths (thanks...
2012-06-29 Dean CameraFixed CDC and DFU bootloaders API page erase and write...
2012-06-27 Dean CameraFixed invalid configuration descriptor in the low level...
2012-06-26 Dean CameraClean up bootloader makefiles to make them a bit more...
2012-06-26 Dean CameraAdd "mostlyclean" makefile target to the BUILD build...
2012-06-24 Dean CameraMake sure dependency files are generated for assembly...
2012-06-24 Dean CameraFix hard-coded cross-arch utility name in the BUILD...
2012-06-23 Dean CameraClean up DOXYGEN and SOURCES build system modules ...
2012-06-23 Dean CameraClean up BUILD build system module, expose "check-sourc...
2012-06-23 Dean CameraMove out BUILD build system module start and end messag...
2012-06-23 Dean CameraAdd ability to archive build object files into a .a...
2012-06-21 Dean CameraOops - fix HID build system module documentation error.
2012-06-21 Dean CameraAdd svn:eol-style property on all source files where...
2012-06-21 Dean CameraAdd HID bootloader build module (thanks to Stefan Helle...
2012-06-21 Dean CameraAdd additional sanity checks to the inputs of several...
2012-06-21 Dean CameraMinor build system improvements - force default shell.
2012-06-19 Dean CameraEnable GCC's -pipe option by default, to build projects...
2012-06-19 Dean CameraRevert change to assembly file comment syntax; this...
2012-06-18 Dean CameraMinor makefile fixes - add phony targets, remove silenc...
2012-06-17 Dean CameraMinor build system improvements - move out AVRDUDE...
2012-06-17 Dean CameraReplace C style comments in assembly code with true...
2012-06-12 Dean CameraAdd missing <math.h> include for the UC3 devices, hide...
2012-06-11 Dean CameraAdd ability to generate SYM files in the BUILD module...
2012-06-10 Dean CameraMinor documentation improvements.
2012-06-10 Dean CameraAdd checks to the endpoint and pipe configure functions...
2012-06-10 Dean CameraAdd OBJDIR optional build variable to the BULD build...
2012-06-10 Dean CameraFix up core library makefile clean target to properly...
2012-06-10 Dean CameraMake sure the main library core makefile does not inter...
2012-06-10 Dean CameraMinor correction to the UC3 USB clock division formula...
2012-06-10 Dean CameraUpdate CORE build system module to convert the sorted...
2012-06-10 Dean CameraAdd a list of module provided make variables and macros...
2012-06-10 Dean CameraAdd Build System documentation to the library manual...
2012-06-10 Dean CameraAdd MAX_ENDPOINT_INDEX compile time option for the...
2012-06-10 Dean CameraAdd compile time warnings for experimental architecture...
2012-06-10 Dean CameraMinor build system sanity check fixes.
2012-06-10 Dean CameraChange the build system build module makefiles to have...
2012-06-09 Dean CameraSpell check source code, fix mistakes.
2012-06-09 Dean CameraAdded new JTAG_ENABLE() macro for the AVR8 architecture...
2012-06-07 Dean CameraMinor documentation changes.
2012-06-07 Dean CameraUpdate SVN line endings property on newer source files...
2012-06-06 Dean CameraOops - really fix logic errors in USBMode.h.
2012-06-06 Dean CameraFix errors in the SingleUSBModeTest build test. Fix...
2012-06-06 Dean CameraFix BUILD module so that user flags are applied after...
2012-06-06 Dean CameraSimplify AVRDUDE build module, ensure that the correct...
2012-06-06 Dean CameraAdd optional CPPCHECK_FLAGS parameter to the CPPCHECK...
2012-06-06 Dean CameraImprove DFU build module to use symbolic names for...
2012-06-06 Dean CameraImprove ATPROGRAM build module to support UC3 devices...
2012-06-06 Dean CameraFix typo in the UC3 host pipe driver. Improve library...
2012-06-05 Dean CameraStrip out BuildTest sub-makefile contents as much as...
2012-06-04 Dean CameraAdd new ATPROGRAM build system module. Add ATPROGRAM...
2012-06-04 Dean CameraAdd default project template to the Doxygen manual...
2012-06-04 Dean CameraAdd symbol-sizes target to the BUILD build system modul...
2012-06-03 Dean CameraDon't show a list of object/dependency files in the...
2012-06-03 Dean CameraAdd new CPPCHECK build system module for static code...
2012-06-03 Dean CameraDisable inbuilt make rules in the LUFA build system...
2012-06-03 Dean CameraAdd explicit blank checks in the build system for user...
2012-06-03 Dean CameraAdd .PHONY targets in all build system modules. Alter...
2012-06-03 Dean CameraAdd $(MAKEFILE_LIST) as a dependency on build rules...
2012-06-02 Dean CameraUpdate CORE build module to print out additional help...
2012-06-02 Dean CameraRename program_ee AVRDUDE module target to program...
2012-06-02 Dean CameraFix AVRDUDE and BUILD build system module comments.
2012-06-02 Dean CameraClean up CORE build system module, use simple rather...
2012-06-02 Dean CameraAdd platform driver dispatch header and makefile module...
2012-06-02 Dean CameraFix incorrect bank mask in Endpoint_ConfigureEndpoint...
2012-06-02 Dean CameraClean up BUILD build system module - seperate architect...
2012-06-02 Dean CameraAdd dependency file tracking to the BUILD build system...
2012-06-02 Dean CameraFix UC3 support in the BUILD build system module. Fix...
next