summaryrefslogtreecommitdiffstats
path: root/tmk_core/rules.mk
AgeCommit message (Expand)AuthorFilesLines
2018-12-15Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)Takeshi ISHII1-8/+28
2018-10-23Made a userspace that allows you to use your keyboard as an order of operatio...Ajax1-1/+0
2018-09-27Treat too-large firmwares as an error, not a warning (#3956)skullydazed1-1/+1
2018-08-16change messege at 'check-size' targetmtei1-0/+2
2018-03-26Better non-Linux support (#2524)dankm1-2/+2
2018-02-08add conditional to perform check-size only for supported architecturesMichael F. Lamb1-0/+5
2018-02-08make check_size work across platformsMichael F. Lamb1-1/+1
2018-02-02Use perl directly instead of grep -PErin Call1-1/+1
2018-01-28Always copy the firmware file to the root qmk_firmware directory (#2314)skullydazed1-4/+4
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert1-8/+15
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-1/+1
2017-09-30Clueboard 60% support (#1746)skullydazed1-1/+1
2017-08-22update building for .hex, secrets movingJack Humbert1-2/+2
2017-08-08move version info to the top of the outputJack Humbert1-5/+1
2017-08-08add version to make outputJack Humbert1-3/+7
2017-04-13Add make option for allowing warningsFred Sundvik1-2/+6
2017-04-13Enable warnings as errorsFred Sundvik1-0/+2
2016-09-04Fix the ldflags.txt and obj.txt checksFred Sundvik1-2/+4
2016-08-27Add -p parameter to mkdirFred Sundvik1-2/+2
2016-08-27Disable map file creation when building testsFred Sundvik1-1/+5
2016-08-27Rules for compiling and linking google testFred Sundvik1-10/+9
2016-08-20Fix the clean targetFred Sundvik1-2/+1
2016-08-20Add output specific config fileFred Sundvik1-14/+6
2016-08-20Output specific include pathsFred Sundvik1-13/+5
2016-08-20More general system for generating several outputsFred Sundvik1-85/+40
2016-08-20Move git submodule check and version generation to main MakefileFred Sundvik1-11/+2
2016-08-20Remove unneded code from tmk_core/rules.mkFred Sundvik1-89/+2
2016-07-31Remove the quick commands and add proper cleanFred Sundvik1-26/+5
2016-07-31Also depend on the gcc versionFred Sundvik1-3/+5
2016-07-31Force compilation and linking when options changesFred Sundvik1-9/+28
2016-07-31More reliable .d file generationFred Sundvik1-8/+16
2016-07-31Enable vpath seraching for source files onlyFred Sundvik1-1/+11
2016-07-29Speed up ChibiOS keymap compilationFred Sundvik1-17/+33
2016-07-27tmk_core/rules.mk: Make PRINT_ERROR* stop on errorGergely Nagy1-2/+2
2016-07-08Use order only prerequisites to avoid re-linkingFred Sundvik1-9/+11
2016-07-08Fix name of makefile dep filesFred Sundvik1-1/+1
2016-07-08Fix the link targetFred Sundvik1-1/+1
2016-07-08Speed up compilation by not using recusive makeFred Sundvik1-38/+21
2016-07-05Add dfu-util command for programmingFred Sundvik1-0/+6
2016-07-02Add warning when submodules are not updated (#469)fredizzimo1-1/+13
2016-07-01Add ChibiOS support for QMK (#465)fredizzimo1-209/+11
2016-06-30Test all subprojects with travis (#464)Jack Humbert1-5/+10
2016-06-30test handwired boardsJack Humbert1-3/+4
2016-06-30updates planck experimental, width of color outputJack Humbert1-1/+1
2016-06-29Implements subprojects and updates projects for this (#459)Jack Humbert1-5/+19
2016-06-24Backlight abstraction and other changes (#439)Jack Humbert1-16/+2
2016-06-22Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert1-8/+8
2016-06-21Fix the make all-keyboards command (#422)fredizzimo1-9/+26
2016-06-21updates all config.h and Makefiles to correct references, textJack Humbert1-39/+1
2016-06-19Add quick version of the all-* makefile targets (#417)fredizzimo1-7/+15