summaryrefslogtreecommitdiff
path: root/tmk_core/rules.mk
AgeCommit message (Expand)Author
2022-02-10Migrate more makefile utilities to builddefs sub-directory (#16002)Joel Challis
2022-02-10Modify the output of the size checks. (#16290)Nick Brassel
2021-11-19Move tmk_core/common/<plat> (#13918)Joel Challis
2021-11-12gcc10 LTO - Only specify adhlns assembler options at link time (#15115)Joel Challis
2021-11-05Fix parallel builds w/ LTO on systems where make is not GNU make. (#13955)uqs
2021-10-28Move LTO logic from common.mk (#14973)Joel Challis
2021-10-22Fix ccache default (#14906)Joel Challis
2021-10-21Move USE_CCACHE logic to common location (#14899)Joel Challis
2021-10-06Added semicolons to rules.mk to allow symlinks from /bin/sh to /bin/zsh to co...remanifest
2021-09-29Move "firmware size check skipped" note to message.mk (#14632)Ryan
2021-08-18Fixes for clang not being able to run unit tests (#13546)Donald Kjer
2021-06-06Fix firmware size check with avr-libc 1:2.0.0+Atmel3.6.2-1.1 (Debian bullseye...Sergey Vlasov
2021-05-11Fix syntax error when compiling for ARM (#12866)Ryan
2021-04-06Add support for producing UF2-format binaries. (#12435)Nick Brassel
2021-02-28Modified tmk_core/rules.mk to avoid linking errors (#10728)Fabián González Martín
2021-01-06Add build debug option to tmk_core/rules.mk (#11324)Takeshi ISHII
2020-12-31Add target 'check-md5' to `build_keyboard.mk` (#11338)Takeshi ISHII
2020-08-29Add ability to dump all makefile variables for the specified target. (#8256)Nick Brassel
2020-05-20Fix ChibiOS FPU build logic (#9132)Joel Challis
2020-04-17Remove Atmel FLIP from install scripts and documentation (#8822)Ryan
2020-04-13Add support for hardware and board initialisation overrides. (#8330)Nick Brassel
2020-01-31Fix misunderstanding of CPPFLAGS and CXXFLAGS.Nick Brassel
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