summaryrefslogtreecommitdiff
path: root/message.mk
Commit message (Collapse)AuthorAge
* Reset color after submodule warning messageMarco Scannadinari2018-01-12
| | | Fixes leaking bold text
* Change awk detector to work with mawk; fixes #2073Tim Dierks2017-11-30
|
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title
* Clone chibios and ugfx if it's not already checked out. (#1651)skullydazed2017-09-06
| | | | | | * Clone chibios and ugfx if it's not already checked out. * update the submodule out of date message
* Fix printf error in make output on msys2Fred Sundvik2017-07-12
|
* Detect failures when running multiple testsFred Sundvik2016-08-27
| | | | Also add better output.
* The makefile actually calls build_testFred Sundvik2016-08-27
|
* Comment the MakefileFred Sundvik2016-08-20
| | | | Also move some messages to message.mk
* Continue on errorFred Sundvik2016-08-20
|
* More general system for generating several outputsFred Sundvik2016-08-20
|
* Options for silent compilationFred Sundvik2016-08-20
| | | | | | A single keyboard is always by default compiled in verbose mode. While multiple keyboards are compiled in silent mode. This can be overriden by the silent variable from the command line
* Actual compilationFred Sundvik2016-08-20
|
* Add color outputFred Sundvik2016-08-20