summaryrefslogtreecommitdiffstats
path: root/message.mk
AgeCommit message (Collapse)AuthorFilesLines
2019-03-27build size-check enhancement (#5485)Takeshi ISHII1-0/+1
* build size-check enhancement Changed to display a warning when the free size of compilation result is less than 512 bytes. * update message.mk * add SIZE_MARGIN variable, change default margin 512 to 1024 for Example. ``` $ make SIZE_MARGIN=2048 crkbd:all $ make crkbd:all ## mergin is 1024 ``` * Update message.mk change message to ‘approaching the maximum’ Co-Authored-By: mtei <2170248+mtei@users.noreply.github.com>
2018-09-27Treat too-large firmwares as an error, not a warning (#3956)skullydazed1-3/+3
* 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-16change messege at 'check-size' targetmtei1-2/+2
2018-08-10Update message.mk (#3602)Kyle Brown1-1/+1
Fixed typo
2018-01-12Reset color after submodule warning messageMarco Scannadinari1-1/+1
Fixes leaking bold text
2017-12-01Change awk detector to work with mawk; fixes #2073Tim Dierks1-1/+1
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert1-2/+6
* 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-07Clone chibios and ugfx if it's not already checked out. (#1651)skullydazed1-2/+1
* 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 msys2Fred Sundvik1-2/+2
2016-08-27Detect failures when running multiple testsFred Sundvik1-0/+1
Also add better output.
2016-08-27The makefile actually calls build_testFred Sundvik1-0/+7
2016-08-20Comment the MakefileFred Sundvik1-2/+11
Also move some messages to message.mk
2016-08-20Continue on errorFred Sundvik1-2/+5
2016-08-20More general system for generating several outputsFred Sundvik1-1/+28
2016-08-20Options for silent compilationFred Sundvik1-4/+0
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 compilationFred Sundvik1-1/+2
2016-08-20Add color outputFred Sundvik1-0/+35