summaryrefslogtreecommitdiff
path: root/build_test.mk
AgeCommit message (Expand)Author
2021-12-27Refactor `bootloader_jump()` implementations (#15450)Ryan
2021-11-27Re-add encoder tests (#15312)Drashna Jaelre
2021-11-27[Bug] Revert Assymmetrical Split Encoder support (#12090) (#15311)Drashna Jaelre
2021-11-23 [Tests] Increase QMK test coverage take 2 (#15269)Stefan Kerkmann
2021-11-23Revert "[Tests] Increase QMK test coverage (#13789)"Nick Brassel
2021-11-23[Tests] Increase QMK test coverage (#13789)Stefan Kerkmann
2021-11-20Rework encoders to enable asymmetric split keyboards (#12090)Balz Guenat
2021-11-19Move tmk_core/common/<plat> (#13918)Joel Challis
2021-10-28Fix develop after recent changes (#14975)Joel Challis
2021-10-28Migrate makefile utilities to sub-directory (#14917)Joel Challis
2021-10-17Infer more when building features (#13890)Joel Challis
2021-10-07Remove SERIAL_LINK feature (#14727)Joel Challis
2021-08-23eeprom_stm32: implement high density wear leveling (#12567)Donald Kjer
2021-08-03Move print/debug files to quantum (#12069)Joel Challis
2021-07-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-25Allow output of logging when running unit tests (#13556)Joel Challis
2021-06-09Avoid 8-bit timer overflows in debounce algorithms (#12240)Simon Arlott
2020-12-28Ensure single newline at EOF for core files (#11310)Ryan
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young
2020-03-21Initial arm->chibios pass - simplify some platform logic (#8450)Joel Challis
2017-06-18Split common.mk into common.mk and common_features.mkFred Sundvik
2017-06-18Emulate eepromFred Sundvik
2017-06-18Make sure config.h is includedFred Sundvik
2017-06-18Add basic infrastrucure for building full testsFred Sundvik
2016-08-27Disable map file creation when building testsFred Sundvik
2016-08-27More common settings for unit tests and keyboardsFred Sundvik
2016-08-27Build actual tests, convert byte_stuffer_testsFred Sundvik
2016-08-27Rules for compiling and linking google testFred Sundvik
2016-08-27The makefile actually calls build_testFred Sundvik