aboutsummaryrefslogtreecommitdiffstats
path: root/message.mk
AgeCommit message (Collapse)Author
2018-01-12Reset color after submodule warning messageGravatar Marco Scannadinari
Fixes leaking bold text
2017-11-30Change awk detector to work with mawk; fixes #2073Gravatar Tim Dierks
2017-11-27Updates bootloader settings, adds file size check (#2029)Gravatar Jack Humbert
* 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
2017-09-06Clone chibios and ugfx if it's not already checked out. (#1651)Gravatar skullydazed
* Clone chibios and ugfx if it's not already checked out. * update the submodule out of date message
2017-07-12Fix printf error in make output on msys2Gravatar Fred Sundvik
2016-08-27Detect failures when running multiple testsGravatar Fred Sundvik
Also add better output.
2016-08-27The makefile actually calls build_testGravatar Fred Sundvik
2016-08-20Comment the MakefileGravatar Fred Sundvik
Also move some messages to message.mk
2016-08-20Continue on errorGravatar Fred Sundvik
2016-08-20More general system for generating several outputsGravatar Fred Sundvik
2016-08-20Options for silent compilationGravatar Fred Sundvik
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
2016-08-20Actual compilationGravatar Fred Sundvik
2016-08-20Add color outputGravatar Fred Sundvik