aboutsummaryrefslogtreecommitdiffstats
path: root/Maintenance/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-071-91/+91
|
* Remove space padding on the current time when automatically generating AVR ↵Dean Camera2012-06-021-1/+1
| | | | Studio 4 project creation/modification timestamps.
* Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean Camera2012-06-011-3/+3
| | | | system.
* Merge in AppConfigHeaders branch to trunk, altering all projects and demos ↵Dean Camera2012-05-271-36/+42
| | | | to use configuration headers for application and LUFA compile time settings, rather than defines in the project makefiles.
* Oops - shell variables can't use the += operator - must reference the ↵Dean Camera2012-05-271-6/+6
| | | | existing value in the new value to append.
* Add maintenance script to automatically generate legacy AS4 project files.Dean Camera2012-05-271-0/+36
|
* Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean Camera2012-05-271-1/+1
| | | | old copyright years on some makefiles.
* Minor documentation improvements.Dean Camera2012-05-271-1/+1
|
* Update project Doxygen and makefiles so that the resulting project ↵Dean Camera2012-05-171-1/+3
| | | | documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
* Remove non-functional maintenance link check.Dean Camera2012-04-161-8/+2
|
* Add automated link checking script to the Maintenance script makefile.Dean Camera2012-03-231-0/+7
|
* Audio Device Class driver changed to also require the index of the Audio ↵Dean Camera2012-03-141-1/+1
| | | | Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.
* Added Dataflash operational checks and aborts to all projects using the ↵Dean Camera2012-03-091-7/+7
| | | | Dataflash to ensure it is working correctly before use.
* Update maintenance scripts to add targets to validate the current branch for ↵Dean Camera2012-03-091-2/+14
| | | | complete correctness. Add maintenance script target for checking for release suitability.
* Update maintenance scripts to disable Doxygen Markdown support.Dean Camera2012-03-081-0/+2
|
* Prevent the first maintenance script rule from running if no target is ↵Dean Camera2012-03-081-0/+2
| | | | specified to the maintenance script.
* Update maintenance scripts to abort if the check-release target fails to ↵Dean Camera2012-03-081-1/+3
| | | | complete.
* Add library maintenance scripts.Dean Camera2012-03-071-0/+28