This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 01a70e9daf4 Documentation:update abicheck.py
new 4b7b56a096a mtd/nvs: Fix the issue of compilation failure using the
tasking compiler
new 73de239ad2d mtdconfig/nvs: return 0 when delete a non-exist kv
new 59f05be5252 mtd_config/nvs: keep offset increasing during ate traversal
new 2e4ce227744 mtd_config/nvs: add data crc8
new 1b587db6675 mtdconfig/nvs: use a fixed size buffer instead of vla
new 84a16e6842d mtdconfig/nvs: fix -Werror=unused-variable
new 9a3f2003df6 mtdconfig/nvs: add dirty data clean ablility
new dd605898956 mtdconfig/nvs: add key check when gc
new 2061ef5d2be mtdconfig/nvs: clean up block without valid data during GC
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
drivers/mtd/Kconfig | 13 ++-
drivers/mtd/mtd_config_nvs.c | 216 +++++++++++++++++++++++++++----------------
2 files changed, 148 insertions(+), 81 deletions(-)