| Commit message (Expand) | Author | Age | Files | Lines |
* | Move tmk_core/common/<plat> (#13918) | Joel Challis | 2021-11-19 | 1 | -1/+1 |
* | gcc10 LTO - Only specify adhlns assembler options at link time (#15115) | Joel Challis | 2021-11-12 | 1 | -24/+26 |
* | Fix parallel builds w/ LTO on systems where make is not GNU make. (#13955) | uqs | 2021-11-05 | 1 | -1/+1 |
* | Move LTO logic from common.mk (#14973) | Joel Challis | 2021-10-28 | 1 | -0/+9 |
* | Fix ccache default (#14906) | Joel Challis | 2021-10-22 | 1 | -1/+1 |
* | Move USE_CCACHE logic to common location (#14899) | Joel Challis | 2021-10-21 | 1 | -2/+5 |
* | Added semicolons to rules.mk to allow symlinks from /bin/sh to /bin/zsh to co... | remanifest | 2021-10-06 | 1 | -2/+2 |
* | Move "firmware size check skipped" note to message.mk (#14632) | Ryan | 2021-09-29 | 1 | -1/+1 |
* | Fixes for clang not being able to run unit tests (#13546) | Donald Kjer | 2021-08-18 | 1 | -0/+7 |
* | Fix firmware size check with avr-libc 1:2.0.0+Atmel3.6.2-1.1 (Debian bullseye... | Sergey Vlasov | 2021-06-06 | 1 | -1/+1 |
* | Fix syntax error when compiling for ARM (#12866) | Ryan | 2021-05-11 | 1 | -1/+1 |
* | Add support for producing UF2-format binaries. (#12435) | Nick Brassel | 2021-04-06 | 1 | -6/+25 |
* | Modified tmk_core/rules.mk to avoid linking errors (#10728) | Fabián González Martín | 2021-02-28 | 1 | -0/+5 |
* | Add build debug option to tmk_core/rules.mk (#11324) | Takeshi ISHII | 2021-01-06 | 1 | -1/+18 |
* | Add target 'check-md5' to `build_keyboard.mk` (#11338) | Takeshi ISHII | 2020-12-31 | 1 | -4/+15 |
* | Add ability to dump all makefile variables for the specified target. (#8256) | Nick Brassel | 2020-08-29 | 1 | -1/+7 |
* | Fix ChibiOS FPU build logic (#9132) | Joel Challis | 2020-05-20 | 1 | -1/+1 |
* | Remove Atmel FLIP from install scripts and documentation (#8822) | Ryan | 2020-04-17 | 1 | -1/+1 |
* | Add support for hardware and board initialisation overrides. (#8330) | Nick Brassel | 2020-04-13 | 1 | -5/+11 |
* | Fix misunderstanding of CPPFLAGS and CXXFLAGS. | Nick Brassel | 2020-01-31 | 1 | -27/+27 |
* | Remove CR when computing BOOTLOADER_SIZE. (#7453) | a_p_u_r_o | 2019-11-24 | 1 | -1/+1 |
* | Add a universal flash command for cli (#6224) | Drashna Jaelre | 2019-08-20 | 1 | -1/+4 |
* | Skip unsupported firmware check message in silent mode (#5765) | Drashna Jaelre | 2019-07-15 | 1 | -1/+1 |
* | add 'objs-size' target into tmk_core/avr.mk (#5490) | Takeshi ISHII | 2019-07-15 | 1 | -0/+3 |
* | Display firmware size percentage (#6307) | fauxpark | 2019-07-11 | 1 | -0/+1 |
* | Fix chibios so the dfu-suffix is only applied once. (#6270) | skullydazed | 2019-07-07 | 1 | -0/+8 |
* | fix LIB_SRC and QUANTUM_LIB_SRC for ARM (#5623) | Takeshi ISHII | 2019-04-22 | 1 | -1/+1 |
* | build size-check enhancement (#5485) | Takeshi ISHII | 2019-03-27 | 1 | -1/+11 |
* | Remove AUTOGEN and fix Travis Compiled Push scripts (#5077) | Drashna Jaelre | 2019-02-12 | 1 | -10/+3 |
* | Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522) | Takeshi ISHII | 2018-12-14 | 1 | -8/+28 |
* | Made a userspace that allows you to use your keyboard as an order of operatio... | Ajax | 2018-10-23 | 1 | -1/+0 |
* | Treat too-large firmwares as an error, not a warning (#3956) | skullydazed | 2018-09-27 | 1 | -1/+1 |
* | change messege at 'check-size' target | mtei | 2018-08-16 | 1 | -0/+2 |
* | Better non-Linux support (#2524) | dankm | 2018-03-26 | 1 | -2/+2 |
* | add conditional to perform check-size only for supported architectures | Michael F. Lamb | 2018-02-08 | 1 | -0/+5 |
* | make check_size work across platforms | Michael F. Lamb | 2018-02-08 | 1 | -1/+1 |
* | Use perl directly instead of grep -P | Erin Call | 2018-02-02 | 1 | -1/+1 |
* | Always copy the firmware file to the root qmk_firmware directory (#2314) | skullydazed | 2018-01-28 | 1 | -4/+4 |
* | Updates bootloader settings, adds file size check (#2029) | Jack Humbert | 2017-11-27 | 1 | -8/+15 |
* | Make arguments redo, subproject elimination (#1784) | Jack Humbert | 2017-10-14 | 1 | -1/+1 |
* | Clueboard 60% support (#1746) | skullydazed | 2017-09-29 | 1 | -1/+1 |
* | update building for .hex, secrets moving | Jack Humbert | 2017-08-21 | 1 | -2/+2 |
* | move version info to the top of the output | Jack Humbert | 2017-08-08 | 1 | -5/+1 |
* | add version to make output | Jack Humbert | 2017-08-08 | 1 | -3/+7 |
* | Add make option for allowing warnings | Fred Sundvik | 2017-04-13 | 1 | -2/+6 |
* | Enable warnings as errors | Fred Sundvik | 2017-04-13 | 1 | -0/+2 |
* | Fix the ldflags.txt and obj.txt checks | Fred Sundvik | 2016-09-04 | 1 | -2/+4 |
* | Add -p parameter to mkdir | Fred Sundvik | 2016-08-27 | 1 | -2/+2 |
* | Disable map file creation when building tests | Fred Sundvik | 2016-08-27 | 1 | -1/+5 |
* | Rules for compiling and linking google test | Fred Sundvik | 2016-08-27 | 1 | -10/+9 |