aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/rules.mk
Commit message (Expand)AuthorAgeFilesLines
* Add ability to dump all makefile variables for the specified target. (#8256)Nick Brassel2020-08-291-1/+7
* Fix ChibiOS FPU build logic (#9132)Joel Challis2020-05-201-1/+1
* Remove Atmel FLIP from install scripts and documentation (#8822)Ryan2020-04-171-1/+1
* Add support for hardware and board initialisation overrides. (#8330)Nick Brassel2020-04-131-5/+11
* Fix misunderstanding of CPPFLAGS and CXXFLAGS.Nick Brassel2020-01-311-27/+27
* Remove CR when computing BOOTLOADER_SIZE. (#7453)a_p_u_r_o2019-11-241-1/+1
* Add a universal flash command for cli (#6224)Drashna Jaelre2019-08-201-1/+4
* Skip unsupported firmware check message in silent mode (#5765)Drashna Jaelre2019-07-151-1/+1
* add 'objs-size' target into tmk_core/avr.mk (#5490)Takeshi ISHII2019-07-151-0/+3
* Display firmware size percentage (#6307)fauxpark2019-07-111-0/+1
* Fix chibios so the dfu-suffix is only applied once. (#6270)skullydazed2019-07-071-0/+8
* fix LIB_SRC and QUANTUM_LIB_SRC for ARM (#5623)Takeshi ISHII2019-04-221-1/+1
* build size-check enhancement (#5485)Takeshi ISHII2019-03-271-1/+11
* Remove AUTOGEN and fix Travis Compiled Push scripts (#5077)Drashna Jaelre2019-02-121-10/+3
* Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)Takeshi ISHII2018-12-141-8/+28
* Made a userspace that allows you to use your keyboard as an order of operatio...Ajax2018-10-231-1/+0
* Treat too-large firmwares as an error, not a warning (#3956)skullydazed2018-09-271-1/+1
* change messege at 'check-size' targetmtei2018-08-161-0/+2
* Better non-Linux support (#2524)dankm2018-03-261-2/+2
* add conditional to perform check-size only for supported architecturesMichael F. Lamb2018-02-081-0/+5
* make check_size work across platformsMichael F. Lamb2018-02-081-1/+1
* Use perl directly instead of grep -PErin Call2018-02-021-1/+1
* Always copy the firmware file to the root qmk_firmware directory (#2314)skullydazed2018-01-281-4/+4
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-271-8/+15
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-1/+1
* Clueboard 60% support (#1746)skullydazed2017-09-291-1/+1
* update building for .hex, secrets movingJack Humbert2017-08-211-2/+2
* move version info to the top of the outputJack Humbert2017-08-081-5/+1
* add version to make outputJack Humbert2017-08-081-3/+7
* Add make option for allowing warningsFred Sundvik2017-04-131-2/+6
* Enable warnings as errorsFred Sundvik2017-04-131-0/+2
* Fix the ldflags.txt and obj.txt checksFred Sundvik2016-09-041-2/+4
* Add -p parameter to mkdirFred Sundvik2016-08-271-2/+2
* Disable map file creation when building testsFred Sundvik2016-08-271-1/+5
* Rules for compiling and linking google testFred Sundvik2016-08-271-10/+9
* Fix the clean targetFred Sundvik2016-08-201-2/+1
* Add output specific config fileFred Sundvik2016-08-201-14/+6
* Output specific include pathsFred Sundvik2016-08-201-13/+5
* More general system for generating several outputsFred Sundvik2016-08-201-85/+40
* Move git submodule check and version generation to main MakefileFred Sundvik2016-08-201-11/+2
* Remove unneded code from tmk_core/rules.mkFred Sundvik2016-08-201-89/+2
* Remove the quick commands and add proper cleanFred Sundvik2016-07-311-26/+5
* Also depend on the gcc versionFred Sundvik2016-07-311-3/+5
* Force compilation and linking when options changesFred Sundvik2016-07-311-9/+28
* More reliable .d file generationFred Sundvik2016-07-311-8/+16
* Enable vpath seraching for source files onlyFred Sundvik2016-07-311-1/+11
* Speed up ChibiOS keymap compilationFred Sundvik2016-07-291-17/+33
* tmk_core/rules.mk: Make PRINT_ERROR* stop on errorGergely Nagy2016-07-271-2/+2
* Use order only prerequisites to avoid re-linkingFred Sundvik2016-07-081-9/+11
* Fix name of makefile dep filesFred Sundvik2016-07-081-1/+1