This website requires JavaScript.
Explore
Help
Sign In
blackbeard420
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf
synced
2025-03-09 17:19:09 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
esp-idf
/
components
/
nvs_flash
History
radek.tandler
508c251fd2
fix(storage/nvs): Fixed hadling of inconsistent values in NVS entry header
...
feat(storage/nvs): Added test cases for damaged entries with correct CRC
2024-11-14 11:50:44 +01:00
..
host_test
Storage: Partition APIs moved to the new component 'esp_partition'
2022-11-02 21:49:08 +01:00
include
bugfix(nvs_flash): fixed wrong error check after open_nvs_handle
2023-02-20 14:20:18 +08:00
nvs_partition_generator
nvs_partition_gen: Allow up to 4000 byte strings with NVS V2
2022-07-22 15:43:19 +10:00
private_include
…
src
fix(storage/nvs): Fixed hadling of inconsistent values in NVS entry header
2024-11-14 11:50:44 +01:00
test
fix(tests): correct the flash write length for NVS encrypted test
2024-05-02 16:54:56 +05:30
test_nvs_host
fix(nvs): Improved lockig mechanism for initialization phase
2024-02-28 12:43:51 +01:00
.gitignore
…
CMakeLists.txt
fix(nvs): Adopted CMakeLists for nvs_host_test of IDF v5.0
2024-03-12 13:28:02 +01:00
Kconfig
…