Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-27 | Treat too-large firmwares as an error, not a warning (#3956) | skullydazed | |
* Treat too-large firmwares as an error, not a warning * switch the order of printing * I think I have it * adjust the formatting some more | |||
2018-08-16 | change messege at 'check-size' target | mtei | |
2018-08-09 | Update message.mk (#3602) | Kyle Brown | |
Fixed typo | |||
2018-01-12 | Reset color after submodule warning message | Marco Scannadinari | |
Fixes leaking bold text | |||
2017-11-30 | Change awk detector to work with mawk; fixes #2073 | Tim Dierks | |
2017-11-27 | Updates bootloader settings, adds file size check (#2029) | 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-06 | Clone chibios and ugfx if it's not already checked out. (#1651) | skullydazed | |
* Clone chibios and ugfx if it's not already checked out. * update the submodule out of date message | |||
2017-07-12 | Fix printf error in make output on msys2 | Fred Sundvik | |
2016-08-27 | Detect failures when running multiple tests | Fred Sundvik | |
Also add better output. | |||
2016-08-27 | The makefile actually calls build_test | Fred Sundvik | |
2016-08-20 | Comment the Makefile | Fred Sundvik | |
Also move some messages to message.mk | |||
2016-08-20 | Continue on error | Fred Sundvik | |
2016-08-20 | More general system for generating several outputs | Fred Sundvik | |
2016-08-20 | Options for silent compilation | 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-20 | Actual compilation | Fred Sundvik | |
2016-08-20 | Add color output | Fred Sundvik | |