qmk_firmware/platforms/test
Nick Brassel bebfdad795
NVRAM refactor, phase 1. (#18969)
* Rename `eeprom_stm32` to `eeprom_legacy_emulated_flash`.

* Rename `flash_stm32` to `legacy_flash_ops`.

* Rename `eeprom_teensy` to `eeprom_kinetis_flexram`.
2022-11-23 08:50:19 +00:00
..
bootloaders [Core] Add Reboot keycode to core (#15990) 2022-05-14 13:35:49 +10:00
_wait.h Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
eeprom.c Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00
eeprom_legacy_emulated_flash_tests.cpp NVRAM refactor, phase 1. (#18969) 2022-11-23 08:50:19 +00:00
eeprom_legacy_emulated_flash_tests.h NVRAM refactor, phase 1. (#18969) 2022-11-23 08:50:19 +00:00
hal.h Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
hardware_id.c Expose API for hardware unique ID (#16869) 2022-04-18 20:51:40 +10:00
legacy_flash_ops_mock.c NVRAM refactor, phase 1. (#18969) 2022-11-23 08:50:19 +00:00
platform.c Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
platform.h Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
platform.mk [Core] Update C standard to GNU11, C++ to GNU++14 (#17114) 2022-06-06 08:47:22 +10:00
platform_deps.h Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
rules.mk NVRAM refactor, phase 1. (#18969) 2022-11-23 08:50:19 +00:00
suspend.c Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
testlist.mk NVRAM refactor, phase 1. (#18969) 2022-11-23 08:50:19 +00:00
timer.c Format code according to conventions (#16322) 2022-02-12 18:29:31 +00:00