summaryrefslogtreecommitdiff
path: root/tmk_core/rules.mk
Commit message (Expand)AuthorAge
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-19
* gcc10 LTO - Only specify adhlns assembler options at link time (#15115)Joel Challis2021-11-12
* Fix parallel builds w/ LTO on systems where make is not GNU make. (#13955)uqs2021-11-05
* Move LTO logic from common.mk (#14973)Joel Challis2021-10-28
* Fix ccache default (#14906)Joel Challis2021-10-22
* Move USE_CCACHE logic to common location (#14899)Joel Challis2021-10-21
* Added semicolons to rules.mk to allow symlinks from /bin/sh to /bin/zsh to co...remanifest2021-10-06
* Move "firmware size check skipped" note to message.mk (#14632)Ryan2021-09-29
* Fixes for clang not being able to run unit tests (#13546)Donald Kjer2021-08-18
* Fix firmware size check with avr-libc 1:2.0.0+Atmel3.6.2-1.1 (Debian bullseye...Sergey Vlasov2021-06-06
* Fix syntax error when compiling for ARM (#12866)Ryan2021-05-11
* Add support for producing UF2-format binaries. (#12435)Nick Brassel2021-04-06
* Modified tmk_core/rules.mk to avoid linking errors (#10728)Fabián González Martín2021-02-28
* Add build debug option to tmk_core/rules.mk (#11324)Takeshi ISHII2021-01-06
* Add target 'check-md5' to `build_keyboard.mk` (#11338)Takeshi ISHII2020-12-31
* Add ability to dump all makefile variables for the specified target. (#8256)Nick Brassel2020-08-29
* Fix ChibiOS FPU build logic (#9132)Joel Challis2020-05-20
* Remove Atmel FLIP from install scripts and documentation (#8822)Ryan2020-04-17
* Add support for hardware and board initialisation overrides. (#8330)Nick Brassel2020-04-13
* Fix misunderstanding of CPPFLAGS and CXXFLAGS.Nick Brassel2020-01-31
* Remove CR when computing BOOTLOADER_SIZE. (#7453)a_p_u_r_o2019-11-24
* Add a universal flash command for cli (#6224)Drashna Jaelre2019-08-20
* Skip unsupported firmware check message in silent mode (#5765)Drashna Jaelre2019-07-15
* add 'objs-size' target into tmk_core/avr.mk (#5490)Takeshi ISHII2019-07-15
* Display firmware size percentage (#6307)fauxpark2019-07-11
* Fix chibios so the dfu-suffix is only applied once. (#6270)skullydazed2019-07-07
* fix LIB_SRC and QUANTUM_LIB_SRC for ARM (#5623)Takeshi ISHII2019-04-22
* build size-check enhancement (#5485)Takeshi ISHII2019-03-27
* Remove AUTOGEN and fix Travis Compiled Push scripts (#5077)Drashna Jaelre2019-02-12
* Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)Takeshi ISHII2018-12-14
* Made a userspace that allows you to use your keyboard as an order of operatio...Ajax2018-10-23
* Treat too-large firmwares as an error, not a warning (#3956)skullydazed2018-09-27
* change messege at 'check-size' targetmtei2018-08-16
* Better non-Linux support (#2524)dankm2018-03-26
* add conditional to perform check-size only for supported architecturesMichael F. Lamb2018-02-08
* make check_size work across platformsMichael F. Lamb2018-02-08
* Use perl directly instead of grep -PErin Call2018-02-02
* Always copy the firmware file to the root qmk_firmware directory (#2314)skullydazed2018-01-28
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-27
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-14
* Clueboard 60% support (#1746)skullydazed2017-09-29
* update building for .hex, secrets movingJack Humbert2017-08-21
* move version info to the top of the outputJack Humbert2017-08-08
* add version to make outputJack Humbert2017-08-08
* Add make option for allowing warningsFred Sundvik2017-04-13
* Enable warnings as errorsFred Sundvik2017-04-13
* Fix the ldflags.txt and obj.txt checksFred Sundvik2016-09-04
* Add -p parameter to mkdirFred Sundvik2016-08-27
* Disable map file creation when building testsFred Sundvik2016-08-27
* Rules for compiling and linking google testFred Sundvik2016-08-27