diff options
| author | Nick Brassel | 2022-11-23 09:50:19 +0100 |
|---|---|---|
| committer | GitHub | 2022-11-23 09:50:19 +0100 |
| commit | bebfdad795add9fbc8c6c1393d1b817d542474ed (patch) | |
| tree | 1d09d181a2c6a3be74d3e9125f952afe0f1f5ab4 /platforms/test/testlist.mk | |
| parent | bfdc76181980545b18d9e4d909b62d09895bca9d (diff) | |
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`.
Diffstat (limited to 'platforms/test/testlist.mk')
| -rw-r--r-- | platforms/test/testlist.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/test/testlist.mk b/platforms/test/testlist.mk index 51a9638bb9..b8ec68e7d3 100644 --- a/platforms/test/testlist.mk +++ b/platforms/test/testlist.mk @@ -1 +1 @@ -TEST_LIST += eeprom_stm32_tiny eeprom_stm32_large +TEST_LIST += eeprom_legacy_emulated_flash_tiny eeprom_legacy_emulated_flash_large |