summaryrefslogtreecommitdiff
path: root/message.mk
AgeCommit message (Collapse)Author
2019-09-21Add list-keymaps make target (#5563)fauxpark
2019-09-08Move Bootloader not found message to global variable (#6688)Drashna Jaelre
* Move Bootloader not found message to global variable * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com>
2019-08-20Add a universal flash command for cli (#6224)Drashna Jaelre
* Add universal flash command * Add bootloader info to I:C boards * Add support for ATSAM * Add messages for flash target * Message cleanup * Add USB ASP Flashing target * Make usbasp target more universal * Add phoney target for usbasp * Clarify error message when bootloader isn't matched
2019-07-11Display firmware size percentage (#6307)fauxpark
2019-05-06Make python a required build dependency (#5784)skullydazed
* Make python a required build dependency * Add missing color * fixup sabayon linux per @BlitzKraft
2019-03-27build size-check enhancement (#5485)Takeshi ISHII
* 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)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-16change messege at 'check-size' targetmtei
2018-08-09Update message.mk (#3602)Kyle Brown
Fixed typo
2018-01-12Reset color after submodule warning messageMarco Scannadinari
Fixes leaking bold text
2017-11-30Change awk detector to work with mawk; fixes #2073Tim Dierks
2017-11-27Updates 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-06Clone 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-12Fix printf error in make output on msys2Fred Sundvik
2016-08-27Detect failures when running multiple testsFred Sundvik
Also add better output.
2016-08-27The makefile actually calls build_testFred Sundvik
2016-08-20Comment the MakefileFred Sundvik
Also move some messages to message.mk
2016-08-20Continue on errorFred Sundvik
2016-08-20More general system for generating several outputsFred Sundvik
2016-08-20Options for silent compilationFred 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 compilationFred Sundvik
2016-08-20Add color outputFred Sundvik