forked from mirrors/qmk_firmware
01ecf332ff
* Initial import of wear-leveling algorithm. * Alignment. * Docs tweaks. * Lock/unlock. * Update quantum/wear_leveling/wear_leveling_internal.h Co-authored-by: Stefan Kerkmann <karlk90@pm.me> * More tests, fix issue with consolidation when unlocked. * More tests. * Review comments. * Add plumbing for FNV1a. * Another test checking that checksum mismatch clears the cache. * Check that the write log still gets played back. Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
6 lines
147 B
Makefile
6 lines
147 B
Makefile
TEST_LIST += \
|
|
wear_leveling_general \
|
|
wear_leveling_2byte_optimized_writes \
|
|
wear_leveling_2byte \
|
|
wear_leveling_4byte \
|
|
wear_leveling_8byte
|