]> granicus.if.org Git - esp-idf/commit
Bugfix for write size. The write size for encryption have to be rounded to 16 bytes.
authorDmitry <Dmitry@espressif.com>
Tue, 6 Mar 2018 07:26:21 +0000 (10:26 +0300)
committerDmitry <Dmitry@espressif.com>
Tue, 6 Mar 2018 07:26:21 +0000 (10:26 +0300)
commit7b287c25b159e40e2476c27c40337b75d67d9ece
tree7913975a446069d795f15e6347eb82a6d09e207f
parent17e8d49f26fd108efcc6b108843241d2eda2ba1e
Bugfix for write size. The write size for encryption have to be rounded to 16 bytes.
A wl_config structure size now ounded to 16.
Flash Emulator updated to work with defined minimum size.
Tests are updated.
components/wear_levelling/WL_Flash.cpp
components/wear_levelling/private_include/WL_Config.h
components/wear_levelling/test_wl_host/Flash_Emulator.cpp
components/wear_levelling/test_wl_host/Flash_Emulator.h
components/wear_levelling/test_wl_host/wl_tests_host.cpp
components/wear_levelling/wear_levelling.cpp