Dean Camera
|
e3578113c9
|
Fix Maintenance makefile calling "make" directly rather than using $(MAKE).
|
2012-07-10 20:15:48 +00:00 |
Dean Camera
|
43e10d666b
|
Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated make variables.
|
2012-06-23 17:02:15 +00:00 |
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.
|
2012-06-18 20:36:51 +00:00 |
Dean Camera
|
6e29655b54
|
Update SVN line endings property on newer source files to native.
|
2012-06-07 20:49:47 +00:00 |
Dean Camera
|
0b262c569f
|
Remove space padding on the current time when automatically generating AVR Studio 4 project creation/modification timestamps.
|
2012-06-02 13:00:55 +00:00 |
Dean Camera
|
56e792c95b
|
Switch over Demos, Bootloaders and Projects to the new and improved build system.
|
2012-06-01 22:32:43 +00:00 |
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.
|
2012-05-27 19:12:07 +00:00 |
Dean Camera
|
96462ac746
|
Oops - shell variables can't use the += operator - must reference the existing value in the new value to append.
|
2012-05-27 17:11:43 +00:00 |
Dean Camera
|
4a09e4b2ee
|
Add maintenance script to automatically generate legacy AS4 project files.
|
2012-05-27 16:30:40 +00:00 |
Dean Camera
|
b5e850ffd6
|
Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles.
|
2012-05-27 14:42:30 +00:00 |
Dean Camera
|
a9d8af99e4
|
Minor documentation improvements.
|
2012-05-27 11:17:38 +00:00 |
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.
|
2012-05-17 21:08:53 +00:00 |
Dean Camera
|
e39f3378a2
|
Remove non-functional maintenance link check.
|
2012-04-16 17:01:08 +00:00 |
Dean Camera
|
0424bd4dbc
|
Add automated link checking script to the Maintenance script makefile.
|
2012-03-23 22:12:16 +00:00 |
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.
|
2012-03-14 22:12:40 +00:00 |
Dean Camera
|
3ea356a720
|
Added Dataflash operational checks and aborts to all projects using the Dataflash to ensure it is working correctly before use.
|
2012-03-09 22:02:29 +00:00 |
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.
|
2012-03-09 21:30:01 +00:00 |
Dean Camera
|
915b4d2346
|
Update maintenance scripts to disable Doxygen Markdown support.
|
2012-03-08 16:59:20 +00:00 |
Dean Camera
|
65019e4408
|
Prevent the first maintenance script rule from running if no target is specified to the maintenance script.
|
2012-03-08 06:18:54 +00:00 |
Dean Camera
|
fa49bc152c
|
Update maintenance scripts to abort if the check-release target fails to complete.
|
2012-03-08 06:16:02 +00:00 |
Dean Camera
|
e3124bb90b
|
Add library maintenance scripts.
|
2012-03-07 19:08:12 +00:00 |