aboutsummaryrefslogtreecommitdiff
path: root/Maintenance/makefile
AgeCommit message (Collapse)Author
2012-07-25Split out bootloader HEX generation into separate directories for each ↵Dean
bootloader in the maintenance script. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2417 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-24Extend bootloader build test to include all supported configurations ↵Dean
including the special XPLAIN board configuration and possible F_USB values. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2416 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-24Force the maintenance script to built bootloaders with F_USB values of 8MHz ↵Dean
and 16Mhz - fix when additional architecture bootloaders are available. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2415 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-23Make the bootloader generation maintenance script copy over the project ↵Dean
license text when generation is complete. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2412 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-23Add a "make_bootloaders" target to the Maintenance makefile, to generate all ↵Dean
possible bootloaders and archive them for separate distribution. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2410 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-15Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. ↵Dean
Turn off generation of debug information when performing a validation build, and when running the build tests. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2404 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-10Fix Maintenance makefile calling "make" directly rather than using $(MAKE).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2394 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated ↵Dean
make variables. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2368 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-07Update SVN line endings property on newer source files to native.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2317 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Remove space padding on the current time when automatically generating AVR ↵Dean
Studio 4 project creation/modification timestamps. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2279 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-27Merge in AppConfigHeaders branch to trunk, altering all projects and demos ↵Dean
to use configuration headers for application and LUFA compile time settings, rather than defines in the project makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2251 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Oops - shell variables can't use the += operator - must reference the ↵Dean
existing value in the new value to append. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2247 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Add maintenance script to automatically generate legacy AS4 project files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2244 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-05-27Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2240 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-17Update project Doxygen and makefiles so that the resulting project ↵Dean
documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2221 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-16Remove non-functional maintenance link check.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2166 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-23Add automated link checking script to the Maintenance script makefile.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2119 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-14Audio Device Class driver changed to also require the index of the Audio ↵Dean
Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2110 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Added Dataflash operational checks and aborts to all projects using the ↵Dean
Dataflash to ensure it is working correctly before use. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2103 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Update maintenance scripts to add targets to validate the current branch for ↵Dean
complete correctness. Add maintenance script target for checking for release suitability. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2102 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-08Update maintenance scripts to disable Doxygen Markdown support.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2092 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-08Prevent the first maintenance script rule from running if no target is ↵Dean
specified to the maintenance script. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2091 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-08Update maintenance scripts to abort if the check-release target fails to ↵Dean
complete. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2090 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-07Add library maintenance scripts.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2086 d5102386-fcda-11dd-9fdb-3debd5008f28