aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/rules.mk
AgeCommit message (Expand)Author
2019-08-20Add a universal flash command for cli (#6224)Gravatar Drashna Jaelre
2019-07-15Skip unsupported firmware check message in silent mode (#5765)Gravatar Drashna Jaelre
2019-07-15add 'objs-size' target into tmk_core/avr.mk (#5490)Gravatar Takeshi ISHII
2019-07-11Display firmware size percentage (#6307)Gravatar fauxpark
2019-07-07Fix chibios so the dfu-suffix is only applied once. (#6270)Gravatar skullydazed
2019-04-22fix LIB_SRC and QUANTUM_LIB_SRC for ARM (#5623)Gravatar Takeshi ISHII
2019-03-27build size-check enhancement (#5485)Gravatar Takeshi ISHII
2019-02-12Remove AUTOGEN and fix Travis Compiled Push scripts (#5077)Gravatar Drashna Jaelre
2018-12-14Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)Gravatar Takeshi ISHII
2018-10-23Made a userspace that allows you to use your keyboard as an order of operatio...Gravatar Ajax
2018-09-27Treat too-large firmwares as an error, not a warning (#3956)Gravatar skullydazed
2018-08-16change messege at 'check-size' targetGravatar mtei
2018-03-26Better non-Linux support (#2524)Gravatar dankm
2018-02-08add conditional to perform check-size only for supported architecturesGravatar Michael F. Lamb
2018-02-08make check_size work across platformsGravatar Michael F. Lamb
2018-02-02Use perl directly instead of grep -PGravatar Erin Call
2018-01-28Always copy the firmware file to the root qmk_firmware directory (#2314)Gravatar skullydazed
2017-11-27Updates bootloader settings, adds file size check (#2029)Gravatar Jack Humbert
2017-10-14Make arguments redo, subproject elimination (#1784)Gravatar Jack Humbert
2017-09-29Clueboard 60% support (#1746)Gravatar skullydazed
2017-08-21update building for .hex, secrets movingGravatar Jack Humbert
2017-08-08move version info to the top of the outputGravatar Jack Humbert
2017-08-08add version to make outputGravatar Jack Humbert
2017-04-13Add make option for allowing warningsGravatar Fred Sundvik
2017-04-13Enable warnings as errorsGravatar Fred Sundvik
2016-09-04Fix the ldflags.txt and obj.txt checksGravatar Fred Sundvik
2016-08-27Add -p parameter to mkdirGravatar Fred Sundvik
2016-08-27Disable map file creation when building testsGravatar Fred Sundvik
2016-08-27Rules for compiling and linking google testGravatar Fred Sundvik
2016-08-20Fix the clean targetGravatar Fred Sundvik
2016-08-20Add output specific config fileGravatar Fred Sundvik
2016-08-20Output specific include pathsGravatar Fred Sundvik
2016-08-20More general system for generating several outputsGravatar Fred Sundvik
2016-08-20Move git submodule check and version generation to main MakefileGravatar Fred Sundvik
2016-08-20Remove unneded code from tmk_core/rules.mkGravatar Fred Sundvik
2016-07-31Remove the quick commands and add proper cleanGravatar Fred Sundvik
2016-07-31Also depend on the gcc versionGravatar Fred Sundvik
2016-07-31Force compilation and linking when options changesGravatar Fred Sundvik
2016-07-31More reliable .d file generationGravatar Fred Sundvik
2016-07-31Enable vpath seraching for source files onlyGravatar Fred Sundvik
2016-07-29Speed up ChibiOS keymap compilationGravatar Fred Sundvik
2016-07-27tmk_core/rules.mk: Make PRINT_ERROR* stop on errorGravatar Gergely Nagy
2016-07-08Use order only prerequisites to avoid re-linkingGravatar Fred Sundvik
2016-07-08Fix name of makefile dep filesGravatar Fred Sundvik
2016-07-08Fix the link targetGravatar Fred Sundvik
2016-07-08Speed up compilation by not using recusive makeGravatar Fred Sundvik
2016-07-05Add dfu-util command for programmingGravatar Fred Sundvik
2016-07-01Add warning when submodules are not updated (#469)Gravatar fredizzimo
2016-07-01Add ChibiOS support for QMK (#465)Gravatar fredizzimo
2016-06-30Test all subprojects with travis (#464)Gravatar Jack Humbert