Commit Graph

27 Commits (0284385b4e1c9a629e5c5b89ecc701a3d9bd5001)

Author SHA1 Message Date
Dean Camera 9f0cd5ebb8 Split out bootloader HEX generation into separate directories for each bootloader in the maintenance script.
12 years ago
Dean Camera b8807e9928 Extend bootloader build test to include all supported configurations including the special XPLAIN board configuration and possible F_USB values.
12 years ago
Dean Camera 61d52c9fff Force the maintenance script to built bootloaders with F_USB values of 8MHz and 16Mhz - fix when additional architecture bootloaders are available.
12 years ago
Dean Camera 5b6bae3445 Make the bootloader generation maintenance script copy over the project license text when generation is complete.
12 years ago
Dean Camera 8820b1f6cc Add a "make_bootloaders" target to the Maintenance makefile, to generate all possible bootloaders and archive them for separate distribution.
12 years ago
Dean Camera 3ca025f214 Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Turn off generation of debug information when performing a validation build, and when running the build tests.
12 years ago
Dean Camera e3578113c9 Fix Maintenance makefile calling "make" directly rather than using $(MAKE).
12 years ago
Dean Camera 43e10d666b Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated make variables.
12 years ago
Dean Camera 6fa8da4e56 Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.
12 years ago
Dean Camera 6e29655b54 Update SVN line endings property on newer source files to native.
12 years ago
Dean Camera 0b262c569f Remove space padding on the current time when automatically generating AVR Studio 4 project creation/modification timestamps.
12 years ago
Dean Camera 56e792c95b Switch over Demos, Bootloaders and Projects to the new and improved build system.
12 years ago
Dean Camera 2ff1370221 Merge in AppConfigHeaders branch to trunk, altering all projects and demos to use configuration headers for application and LUFA compile time settings, rather than defines in the project makefiles.
12 years ago
Dean Camera 96462ac746 Oops - shell variables can't use the += operator - must reference the existing value in the new value to append.
12 years ago
Dean Camera 4a09e4b2ee Add maintenance script to automatically generate legacy AS4 project files.
12 years ago
Dean Camera b5e850ffd6 Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles.
12 years ago
Dean Camera a9d8af99e4 Minor documentation improvements.
12 years ago
Dean Camera 8cfb3d9f09 Update project Doxygen and makefiles so that the resulting project documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
12 years ago
Dean Camera e39f3378a2 Remove non-functional maintenance link check.
13 years ago
Dean Camera 0424bd4dbc Add automated link checking script to the Maintenance script makefile.
13 years ago
Dean Camera 77adb2ba52 Audio Device Class driver changed to also require the index of the Audio Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.
13 years ago
Dean Camera 3ea356a720 Added Dataflash operational checks and aborts to all projects using the Dataflash to ensure it is working correctly before use.
13 years ago
Dean Camera 8de8d7ab5a Update maintenance scripts to add targets to validate the current branch for complete correctness. Add maintenance script target for checking for release suitability.
13 years ago
Dean Camera 915b4d2346 Update maintenance scripts to disable Doxygen Markdown support.
13 years ago
Dean Camera 65019e4408 Prevent the first maintenance script rule from running if no target is specified to the maintenance script.
13 years ago
Dean Camera fa49bc152c Update maintenance scripts to abort if the check-release target fails to complete.
13 years ago
Dean Camera e3124bb90b Add library maintenance scripts.
13 years ago