aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests
Commit message (Collapse)AuthorAgeFilesLines
* BuildTests: Remove 4KB variants of MassStorage bootloader on U6/U7 devices.Dean Camera2019-07-291-8/+4
|
* Buld Tests: Update static analysis test for cppcheck 1.86.Dean Camera2019-01-082-3/+3
|
* Documentation: Update copyrights to 2019.Dean Camera2019-01-0823-35/+35
|
* Suppress cppcheck warnings on redundant stores.Dean Camera2018-12-091-1/+1
|
* Remove cppcheck suppression that requires newer version than the one bundled ↵Dean Camera2018-12-091-1/+1
| | | | in the CI containers.
* Fix static analysis false warnings.Dean Camera2018-12-091-2/+2
|
* Fix static analysis warnings.Dean Camera2018-12-091-1/+2
|
* Update copyrights for 2018.Dean Camera2018-01-0423-35/+35
|
* Update copyrights for 2017.Dean Camera2017-04-1823-35/+35
|
* Add missing BOARD_POLOLUMICRO definition.Dean Camera2016-04-031-0/+1
|
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-038-20/+44
|
* Update copyrights to 2016.Dean Camera2016-01-3123-35/+35
|
* Fix up broken module build tests.Dean Camera2015-11-151-1/+1
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1723-35/+35
|
* Add board drivers for the Atmel Xplained-MINI kits.Dean Camera2014-11-201-0/+1
|
* Fixed broken AVR8 USART-SPI peripheral driver (thanks to Phil Zakielarz).Dean Camera2014-09-131-7/+7
|
* Add support for the Arduino Micro board, fix other Arduino board LED drivers.Dean Camera2014-09-111-0/+1
|
* Add board support for the Arduino YUN ATMEGA32U4 coprocessor.Dean Camera2014-09-111-0/+1
|
* Update copyrights for 2014.Dean Camera2014-01-0423-56/+56
|
* Add XMEGA TWI to the ModuleTest build test.Dean Camera2013-08-131-7/+5
|
* Mark the very low RAM devices as being unsupported by the Mass Storage class ↵Dean Camera2013-07-061-4/+0
| | | | bootloader.
* Add missing U2S board definition, update build tests and documentation.Dean Camera2013-06-221-0/+1
|
* Add support for the XMEGA C3 Xplained board.Dean Camera2013-05-201-0/+1
|
* Improve the BoardDriver build test, check for mismatches board hardware ↵Dean Camera2013-05-175-31/+63
| | | | support macros or missing driver macros.
* Add smaller AVR8 targets to the Mass Storage bootloader target list in the ↵Dean Camera2013-03-201-122/+140
| | | | Bootloader build test.
* Enable C++ compatibility check warnings in the ModuleTest build test.Dean Camera2013-03-141-6/+8
|
* Enable Mass Storage bootloader builds in the BootloaderTest build test.Dean Camera2013-03-101-5/+5
|
* Update Bootloader buld test to generate bootloaders using the new Printer ↵Dean Camera2013-03-091-1/+37
| | | | class bootloader. Optimize incomplete Mass Storage bootloader LUFA configuration.
* Remove CPPCheck suppressions for unused functions, disable checking for them ↵Dean Camera2013-02-051-0/+2
| | | | in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code.
* Add code template for the new board hardware information driver.Dean Camera2013-01-272-8/+91
|
* Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard ↵Dean Camera2013-01-191-2/+3
| | | | Wesser).
* Fix up invalid device configurations in the BootloaderTest build test.Dean Camera2013-01-051-2/+0
|
* Update copyright year to 2013.Dean Camera2013-01-0322-33/+33
|
* Remove unsupported devices from the BootloaderTest build test.Dean Camera2013-01-031-4/+0
|
* Clean up unnecessary CPPCheck static analysis suppression comments, force ↵Dean Camera2012-10-141-1/+4
| | | | Doxygen and GCC compiler specific macros as being always undefined when performing a static analysis of the code.
* Minor documentation improvements.Dean Camera2012-10-0511-11/+11
|
* Fixed incorrect Dataflash functionality in the USBKEY board if the driver is ↵Dean Camera2012-09-191-4/+4
| | | | modified for a single Dataflash chip (thanks to Jonathan Oakley).
* Clean up the BoardDriverTest mapping file, fix up USB2AX MCU mappings.Dean Camera2012-09-161-55/+60
|
* Fix up the StaticAnalysis build test so that it does not report invalid ↵Dean Camera2012-09-151-0/+3
| | | | configurations.
* Added support for the Xevelabs USB2AX revision 3.1 board.Dean Camera2012-09-151-0/+2
|
* Update ModuleTest build test to enable new warnings supported in the latest ↵Dean Camera2012-09-091-6/+24
| | | | Atmel Toolchain release's included AVR-GCC version.
* Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning ↵Dean Camera2012-09-091-1/+1
| | | | switch.
* Update BoardDriverTest to prevent redundant assignment warnings in the ↵Dean Camera2012-09-091-4/+17
| | | | static analysis check.
* Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED ↵Dean Camera2012-08-121-0/+1
| | | | masks so that it lines up with the Arduino boards.
* Add help text to the project makefiles to help new users get information on ↵Dean Camera2012-08-113-0/+6
| | | | the improved build system.
* Upgrade Doxygen configuration files to 1.8.1.2.Dean Camera2012-07-291-4/+4
|
* Add OLIMEX AVR-ISP-MK2 board to the BoardDriverTest build test.Dean Camera2012-07-261-0/+1
|
* Extend bootloader build test to include all supported configurations ↵Dean Camera2012-07-242-54/+104
| | | | including the special XPLAIN board configuration and possible F_USB values.
* Add missing supported bootloader configurations to the BootloaderTest build ↵Dean Camera2012-07-231-1/+12
| | | | test.
* Update bootloader build test with bootloader target board information.Dean Camera2012-07-231-2/+2
|