]> granicus.if.org Git - esp-idf/commit
Added component to change standard size of the flash device. Now the sector size...
authorDmitry Yakovlev <dmitry@espressif.com>
Thu, 20 Jul 2017 10:09:39 +0000 (13:09 +0300)
committerDmitry Yakovlev <dmitry@espressif.com>
Mon, 31 Jul 2017 10:19:36 +0000 (13:19 +0300)
commit9ebb68c2dc2a4213c2ee02e43c8e53796184e12c
tree4f696b77275f686a2589237c2478083bf26e2e44
parentf6193a68a591ca09f9b4f7a065af89ff863852a3
Added component to change standard size of the flash device. Now the sector size could be less. The configuration supports it.
components/wear_levelling/Kconfig [new file with mode: 0755]
components/wear_levelling/README.rst
components/wear_levelling/WL_Ext_Perf.cpp [new file with mode: 0755]
components/wear_levelling/WL_Ext_Safe.cpp [new file with mode: 0755]
components/wear_levelling/private_include/WL_Ext_Cfg.h [new file with mode: 0755]
components/wear_levelling/private_include/WL_Ext_Perf.h [new file with mode: 0755]
components/wear_levelling/private_include/WL_Ext_Safe.h [new file with mode: 0755]
components/wear_levelling/wear_levelling.cpp