]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add basic timing support, and SFT_T tests
authorFred Sundvik <fsundvik@gmail.com>
Sat, 1 Jul 2017 19:25:06 +0000 (22:25 +0300)
committerJack Humbert <jack.humb@gmail.com>
Sun, 9 Jul 2017 01:59:51 +0000 (21:59 -0400)
commit4e69a8bda6c4003c6b9e33de7db89fe073c970f5
tree8a01b6dde0195d574686fdd2f9cd1da61b3aa8dc
parenta62f4496599d4a1880adc5f272f97f81be0586cb
Add basic timing support, and SFT_T tests

Also expose some bugs...
build_full_test.mk
tests/basic/config.h
tests/basic/keymap.c
tests/basic/keypress.cpp
tests/basic/tapping.cpp [new file with mode: 0644]
tests/test_common/test_common.h [new file with mode: 0644]
tests/test_common/test_fixture.cpp
tests/test_common/test_fixture.h
tmk_core/common/test/timer.c