Upgrade doxygen configuration files to the latest version.
[pub/lufa.git] / BuildTests /
2021-12-12 Dean CameraMerge pull request #179 from osamuaoki/teensy2
2021-12-05 Osamu AokiCorrect MCU/Board relationship
2021-01-30 Dean CameraUpdate copyrights for 2021.
2020-06-15 Dean CameraDocumentation: Update copyrights to 2020.
2019-10-24 Dean CameraStaticAnalysis: Only fail on errors, only log warnings.
2019-07-29 Dean CameraBuildTests: Remove 4KB variants of MassStorage bootload...
2019-01-08 Dean CameraBuld Tests: Update static analysis test for cppcheck...
2019-01-08 Dean CameraDocumentation: Update copyrights to 2019.
2019-01-08 Dean CameraMerge pull request #142 from jacobseptember/master
2018-12-09 Dean CameraSuppress cppcheck warnings on redundant stores.
2018-12-09 Dean CameraRemove cppcheck suppression that requires newer version...
2018-12-09 Dean CameraFix static analysis false warnings.
2018-12-09 Dean CameraFix static analysis warnings.
2018-01-04 Dean CameraUpdate copyrights for 2018.
2017-04-18 Dean CameraUpdate copyrights for 2017.
2016-04-05 Dean CameraReplace the LUFA build system with DMBS.
2016-04-03 Dean CameraAdd missing BOARD_POLOLUMICRO definition.
2016-04-03 Dean CameraAdd LUFA DMBS extension modules, use DMBS in project...
2016-04-03 Dean CameraMerge branch 'master' into dmbs
2016-01-31 Dean CameraUpdate copyrights to 2016.
2015-11-15 Dean CameraFix up broken module build tests.
2015-10-03 Dean CameraMerge pull request #46 from NicoHood/patch-1
2015-08-01 Dean CameraMerge pull request #49 from the2masters/progmem
2015-05-17 Dean CameraUpdate copyrights to 2015 (better late than never).
2014-11-20 Dean CameraAdd board drivers for the Atmel Xplained-MINI kits.
2014-09-13 Dean CameraFixed broken AVR8 USART-SPI peripheral driver (thanks...
2014-09-11 Dean CameraAdd support for the Arduino Micro board, fix other...
2014-09-11 Dean CameraAdd board support for the Arduino YUN ATMEGA32U4 coproc...
2014-01-05 Dean CameraMerge pull request #19 from mondalaci/attr-no-inline...
2014-01-03 Dean CameraUpdate copyrights for 2014.
2013-08-13 Dean CameraAdd XMEGA TWI to the ModuleTest build test.
2013-07-06 Dean CameraMark the very low RAM devices as being unsupported...
2013-06-22 Dean CameraAdd missing U2S board definition, update build tests...
2013-05-19 Dean CameraMerge branch 'master' into XMEGA-Demo-Ports-ClockOnly
2013-05-19 Dean CameraAdd support for the XMEGA C3 Xplained board.
2013-05-17 Dean CameraImprove the BoardDriver build test, check for mismatche...
2013-03-20 Dean CameraAdd smaller AVR8 targets to the Mass Storage bootloader...
2013-03-14 Dean CameraEnable C++ compatibility check warnings in the ModuleTe...
2013-03-10 Dean CameraEnable Mass Storage bootloader builds in the Bootloader...
2013-03-09 Dean CameraUpdate Bootloader buld test to generate bootloaders...
2013-02-05 Dean CameraRemove CPPCheck suppressions for unused functions,...
2013-01-27 Dean CameraAdd code template for the new board hardware informatio...
2013-01-19 Dean CameraAdd support for the Dimex Stange-ISP programmer board...
2013-01-05 Dean CameraFix up invalid device configurations in the BootloaderT...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2013-01-03 Dean CameraRemove unsupported devices from the BootloaderTest...
2012-10-14 Dean CameraClean up unnecessary CPPCheck static analysis suppressi...
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-19 Dean CameraFixed incorrect Dataflash functionality in the USBKEY...
2012-09-16 Dean CameraClean up the BoardDriverTest mapping file, fix up USB2A...
2012-09-15 Dean CameraFix up the StaticAnalysis build test so that it does...
2012-09-15 Dean CameraAdded support for the Xevelabs USB2AX revision 3.1...
2012-09-09 Dean CameraUpdate ModuleTest build test to enable new warnings...
2012-09-09 Dean CameraUpdate LUFA core to be compatible with the AVR-GCC...
2012-09-09 Dean CameraUpdate BoardDriverTest to prevent redundant assignment...
2012-08-12 Dean CameraAdded support for the Arduino Leonardo board. Swap...
2012-08-11 Dean CameraAdd help text to the project makefiles to help new...
2012-07-29 Dean CameraUpgrade Doxygen configuration files to 1.8.1.2.
2012-07-26 Dean CameraAdd OLIMEX AVR-ISP-MK2 board to the BoardDriverTest...
2012-07-24 Dean CameraExtend bootloader build test to include all supported...
2012-07-23 Dean CameraAdd missing supported bootloader configurations to...
2012-07-23 Dean CameraUpdate bootloader build test with bootloader target...
2012-07-15 Dean CameraAdd DEBUG_FORMAT and DEBUG_LEVEL optional parameters...
2012-07-14 Dean CameraRename build system module makefiles from "lufa.MODULE...
2012-07-11 Dean CameraFix project makefiles - remove trailing slash from...
2012-07-10 Dean CameraOverride the OBJDIR setting for the XPLAINBridge projec...
2012-07-10 Dean CameraMark build test makefiles as being incompatible with...
2012-07-10 Dean CameraFix up makefile .NOTPARALLEL heuristics so that linear...
2012-06-24 Dean CameraDon't enforce silent output on submake - pass down...
2012-06-23 Dean CameraClean up BuildTest and Maintenance makefiles - use...
2012-06-19 Dean CameraAdd extra human readable output to the build test makef...
2012-06-19 Dean CameraRevert change to assembly file comment syntax; this...
2012-06-17 Dean CameraReplace C style comments in assembly code with true...
2012-06-10 Dean CameraFix broken StaticAnalysisTest build test due to the...
2012-06-10 Dean CameraMinor tweak to the BuildTest master makefile for better...
2012-06-10 Dean CameraFix BoardDriverTest build test clean target.
2012-06-07 Dean CameraUpdate SVN line endings property on newer source files...
2012-06-06 Dean CameraFix errors in the SingleUSBModeTest build test. Fix...
2012-06-05 Dean CameraStrip out BuildTest sub-makefile contents as much as...
2012-06-03 Dean CameraCorrect BuildTest makefiles to use LUFA_PATH rather...
2012-06-03 Dean CameraSwitch StaticAnalysisTest build test to use the new...
2012-06-02 Dean CameraEnsure build tests use the system provided $(MAKE)...
2012-06-02 Dean CameraAdd C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the...
2012-06-02 Dean CameraReplace architecture specific makefiles in the BuildTes...
2012-05-27 Dean CameraMerge in AppConfigHeaders branch to trunk, altering...
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-27 Dean CameraDon't generate dependency files or a MAP file when...
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-27 Dean CameraAdd missing documentation to custom BuiltTest hardware...
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-19 Dean CameraAdd missing CPPCheck unusedFunction check suppressions...
2012-05-17 Dean CameraUpdate project Doxygen and makefiles so that the result...
2012-05-13 Dean CameraClean up and speed up build tests by turning off expens...
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest main.
2012-05-13 Dean CameraMinor tweaks to the build tests to ensure that they...
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-13 Dean CameraFix incorrectly names build test directory references.
2012-05-13 Dean CameraAdded build test to verify correct compilation of all...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-05-07 Dean CameraSpeed up build tests by only building each test to...
next