summaryrefslogtreecommitdiff
path: root/tmk_core/rules.mk
AgeCommit message (Expand)Author
2019-11-24Remove CR when computing BOOTLOADER_SIZE. (#7453)a_p_u_r_o
2019-08-20Add a universal flash command for cli (#6224)Drashna Jaelre
2019-07-15Skip unsupported firmware check message in silent mode (#5765)Drashna Jaelre
2019-07-15add 'objs-size' target into tmk_core/avr.mk (#5490)Takeshi ISHII
2019-07-11Display firmware size percentage (#6307)fauxpark
2019-07-07Fix chibios so the dfu-suffix is only applied once. (#6270)skullydazed
2019-04-22fix LIB_SRC and QUANTUM_LIB_SRC for ARM (#5623)Takeshi ISHII
2019-03-27build size-check enhancement (#5485)Takeshi ISHII
2019-02-12Remove AUTOGEN and fix Travis Compiled Push scripts (#5077)Drashna Jaelre
2018-12-14Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)Takeshi ISHII
2018-10-23Made a userspace that allows you to use your keyboard as an order of operatio...Ajax
2018-09-27Treat too-large firmwares as an error, not a warning (#3956)skullydazed
2018-08-16change messege at 'check-size' targetmtei
2018-03-26Better non-Linux support (#2524)dankm
2018-02-08add conditional to perform check-size only for supported architecturesMichael F. Lamb
2018-02-08make check_size work across platformsMichael F. Lamb
2018-02-02Use perl directly instead of grep -PErin Call
2018-01-28Always copy the firmware file to the root qmk_firmware directory (#2314)skullydazed
2017-11-27Updates bootloader settings, adds file size check (#2029)Jack Humbert
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert
2017-09-29Clueboard 60% support (#1746)skullydazed
2017-08-21update building for .hex, secrets movingJack Humbert
2017-08-08move version info to the top of the outputJack Humbert
2017-08-08add version to make outputJack Humbert
2017-04-13Add make option for allowing warningsFred Sundvik
2017-04-13Enable warnings as errorsFred Sundvik
2016-09-04Fix the ldflags.txt and obj.txt checksFred Sundvik
2016-08-27Add -p parameter to mkdirFred Sundvik
2016-08-27Disable map file creation when building testsFred Sundvik
2016-08-27Rules for compiling and linking google testFred Sundvik
2016-08-20Fix the clean targetFred Sundvik
2016-08-20Add output specific config fileFred Sundvik
2016-08-20Output specific include pathsFred Sundvik
2016-08-20More general system for generating several outputsFred Sundvik
2016-08-20Move git submodule check and version generation to main MakefileFred Sundvik
2016-08-20Remove unneded code from tmk_core/rules.mkFred Sundvik
2016-07-31Remove the quick commands and add proper cleanFred Sundvik
2016-07-31Also depend on the gcc versionFred Sundvik
2016-07-31Force compilation and linking when options changesFred Sundvik
2016-07-31More reliable .d file generationFred Sundvik
2016-07-31Enable vpath seraching for source files onlyFred Sundvik
2016-07-29Speed up ChibiOS keymap compilationFred Sundvik
2016-07-27tmk_core/rules.mk: Make PRINT_ERROR* stop on errorGergely Nagy
2016-07-08Use order only prerequisites to avoid re-linkingFred Sundvik
2016-07-08Fix name of makefile dep filesFred Sundvik
2016-07-08Fix the link targetFred Sundvik
2016-07-08Speed up compilation by not using recusive makeFred Sundvik
2016-07-05Add dfu-util command for programmingFred Sundvik
2016-07-01Add warning when submodules are not updated (#469)fredizzimo
2016-07-01Add ChibiOS support for QMK (#465)fredizzimo