aboutsummaryrefslogtreecommitdiffstats
path: root/Maintenance
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-082-2/+2
|
* Remove unused/obsolete maintenance scripts.Dean Camera2018-12-091-16/+3
|
* Update copyrights for 2018.Dean Camera2018-01-042-2/+2
|
* Update copyrights for 2017.Dean Camera2017-04-182-2/+2
|
* Added new LUFA_VERSION_RELEASE_TYPE macro to the library version header, to ↵Dean Camera2016-03-281-4/+4
| | | | determine release type (thanks to NicoHood).
* Update copyrights to 2016.Dean Camera2016-01-312-2/+2
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-172-2/+2
|
* Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel ↵Dean Camera2014-01-081-3/+3
| | | | Studio extension.
* Minor documentation improvements.Dean Camera2014-01-061-1/+1
|
* Update copyrights for 2014.Dean Camera2014-01-042-2/+2
|
* Minor documentation improvements.Dean Camera2013-07-141-1/+1
|
* Add missing U2S board definition, update build tests and documentation.Dean Camera2013-06-221-1/+1
|
* Add maintenance makefile rule to detect oversize code lines.Dean Camera2013-06-021-0/+4
|
* Fix Serial peripheral driver compile error for XMEGA devices.Dean Camera2013-04-291-0/+1
|
* Don't generate the full HTML documentation when only needing the XML version ↵Dean Camera2013-04-111-1/+1
| | | | for post-processing.
* Add maintenance makefile rule and XSLT transform to generate a unified ↵Dean Camera2013-04-102-0/+26
| | | | header of all library functions for analysis purposes.
* Changed all *_SendByte() function prototypes to accept a void pointer for ↵Dean Camera2013-02-241-2/+2
| | | | the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.
* Upgrade Doxygen configuration files to the latest version.Dean Camera2013-01-201-4/+0
|
* Clean up VSIX generation scripts.Dean Camera2013-01-091-1/+0
|
* Minor clean up of maintenance and integrations scripts.Dean Camera2013-01-061-3/+3
|
* Update maintenence validation target to also generate Atmel Studio ↵Dean Camera2013-01-031-0/+1
| | | | integration files.
* Update copyright year to 2013.Dean Camera2013-01-031-1/+1
|
* Minor documentation improvements. Remove AS4 project generator script as it ↵Dean Camera2012-09-232-43/+0
| | | | is buggy; replace with a better system in the future for both AS4 and AS6.
* Split out bootloader HEX generation into separate directories for each ↵Dean Camera2012-07-251-1/+2
| | | | bootloader in the maintenance script.
* Extend bootloader build test to include all supported configurations ↵Dean Camera2012-07-241-11/+5
| | | | including the special XPLAIN board configuration and possible F_USB values.
* Force the maintenance script to built bootloaders with F_USB values of 8MHz ↵Dean Camera2012-07-241-3/+10
| | | | and 16Mhz - fix when additional architecture bootloaders are available.
* Make the bootloader generation maintenance script copy over the project ↵Dean Camera2012-07-231-0/+1
| | | | license text when generation is complete.
* Add a "make_bootloaders" target to the Maintenance makefile, to generate all ↵Dean Camera2012-07-231-6/+37
| | | | possible bootloaders and archive them for separate distribution.
* Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. ↵Dean Camera2012-07-151-1/+1
| | | | Turn off generation of debug information when performing a validation build, and when running the build tests.
* Fix Maintenance makefile calling "make" directly rather than using $(MAKE).Dean Camera2012-07-101-3/+3
|
* Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated ↵Dean Camera2012-06-231-1/+1
| | | | make variables.
* Minor makefile fixes - add phony targets, remove silence switch from the ↵Dean Camera2012-06-181-0/+3
| | | | root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-072-92/+92
|
* 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-272-0/+37
|
* 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