qmk_firmware/tests/test_common
Nick Brassel 2b00b846dc
Non-volatile memory data repository pattern (#24356)
* First batch of eeconfig conversions.

* Offset and length for datablocks.

* `via`, `dynamic_keymap`.

* Fix filename.

* Commentary.

* wilba leds

* satisfaction75

* satisfaction75

* more keyboard whack-a-mole

* satisfaction75

* omnikeyish

* more whack-a-mole

* `generic_features.mk` to automatically pick up nvm repositories

* thievery

* deferred variable resolve

* whitespace

* convert api to structs/unions

* convert api to structs/unions

* convert api to structs/unions

* fixups

* code-side docs

* code size fix

* rollback

* nvm_xxxxx_erase

* Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too.

* Fixup build.

* Fixup compilation error with encoders.

* Build fixes.

* Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof.

* Build failure rectification.
2025-03-21 23:38:34 +11:00
..
build.mk [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
keyboard_report_util.cpp [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
keyboard_report_util.hpp Ensure single newline at EOF for core files (#11310) 2020-12-28 04:36:32 +11:00
keymap.c [Tests] Increase QMK test coverage take 2 (#15269) 2021-11-23 13:31:01 +11:00
main.cpp Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889) 2023-09-25 12:45:49 +10:00
matrix.c Remove matrix_init_quantum/matrix_scan_quantum (#19806) 2023-02-11 03:47:17 +00:00
mouse_report_util.cpp Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
mouse_report_util.hpp Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
pointing_device_driver.c Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
test_common.h Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889) 2023-09-25 12:45:49 +10:00
test_common.hpp [Test] Reset timer for every unit test and provide timestamps for log messages (#17028) 2022-12-15 02:31:08 +11:00
test_driver.cpp Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00
test_driver.hpp [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
test_fixture.cpp Non-volatile memory data repository pattern (#24356) 2025-03-21 23:38:34 +11:00
test_fixture.hpp Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549) 2022-08-13 23:48:51 +10:00
test_keymap_key.cpp [Test] Reset timer for every unit test and provide timestamps for log messages (#17028) 2022-12-15 02:31:08 +11:00
test_keymap_key.hpp [Core] use keycode_string in unit tests (#25042) 2025-03-21 08:47:22 +01:00
test_logger.cpp [Test] Reset timer for every unit test and provide timestamps for log messages (#17028) 2022-12-15 02:31:08 +11:00
test_logger.hpp [Test] Reset timer for every unit test and provide timestamps for log messages (#17028) 2022-12-15 02:31:08 +11:00
test_matrix.h Missed a couple more #pragma onces (#11351) 2020-12-30 15:44:53 +00:00
test_pointing_device_driver.h Add pointing tests (#24513) 2024-11-23 16:34:32 +00:00