Jakob Hasse
|
26ba5e1b51
nvs_flash: fixed deinit other partition's handles
|
5 years ago |
martin.gano
|
5feeb744e1
components: convert string to bytes to fix TypeError There is a string passed as an argument for function, but a format of a string seemingly refers to bytes therefore it needs to be converted to bytes Solves https://esp32.com/viewtopic.php?f=13&t=16529
|
5 years ago |
Ivan Grokhotkov
|
db34a4d031
nvs: add test for erase cycles distribution
|
5 years ago |
Jakob Hasse
|
c31c45cae7
NVS: partition name is copied now
|
6 years ago |
Jakob Hasse
|
5249d33c1f
NVS: bugfix nvs_set_str/blob checks write mode
|
6 years ago |
Jakob Hasse
|
bb1cd9a440
NVS: BUGFIX non-matching type iterator works
|
6 years ago |
Shivani Tipnis
|
cc75721f9c
mfg_util: Optimise by adding subparser changes w.r.t similar changes in nvs util changes
|
6 years ago |
Ivan Grokhotkov
|
c730c9e397
nvs: minor host test fixes
|
6 years ago |
Shivani Tipnis
|
3636e75792
nvs_util: Add NVS decryption feature
|
6 years ago |
MartinValik
|
5268960235
Added support for NVS iterators
|
7 years ago |
GOPTIONS\pfrost
|
897bb55482
nvs: Append _t to nvs_handle & nvs_open_mode types
|
6 years ago |
Tim Nordell
|
c3fa2497b9
nvs: Check if an item is modified before writing out an identical copy
|
6 years ago |
negativekelvin
|
9a319772e1
nvs_flash: Multi-page blob erased using nvs_erase_key should be cleaned properly
|
6 years ago |
Shivani Tipnis
|
a88b40483d
mfg_util: Add changes to mfg_util as per changes in nvs_util
|
7 years ago |
Shivani Tipnis
|
cd8c42600c
nvs_util: Add support for creation of unique encryption keys
|
7 years ago |
Shivani Tipnis
|
60b5cdde20
nvs_util: Fix to support write of multiple singlepage big blob data
|
7 years ago |
Ivan Grokhotkov
|
dae40f4ff1
nvs: add a blob fragmentation test case
|
6 years ago |
Ivan Grokhotkov
|
02a76abb8b
nvs: do eager cleanup of HashListBlocks
|
6 years ago |
Shivani Tipnis
|
0c72b08872
nvs_util: update test case
|
7 years ago |
Shivani Tipnis
|
9db1987892
nvs_util: Add changes to nvs part gen util
|
7 years ago |
Shivani Tipnis
|
4bc87a414f
nvs_part_gen: Update to make python version compatible
|
7 years ago |
Sagar Bijwe
|
48fccbf5dd
nvs_flash: Add support for nvs encryption
|
7 years ago |
Shivani Tipnis
|
ca3acef82c
nvs_util: Add support for old and new multipage blob
|
7 years ago |
Sagar Bijwe
|
911f96ad21
nvs_flash: Fix nvs_set_blob hang when partition is near to FULL
|
7 years ago |
Shivani Tipnis
|
dfde105f25
Add support for input custom partition size
|
7 years ago |
Sagar Bijwe
|
1df85e0039
nvs_flash: Version compatibility check for nvs storage
|
7 years ago |
Sagar Bijwe
|
5a27a63541
nvs-flash: Support for blobs larger than half of SPI Flash sector size
|
7 years ago |
Piyush Shah
|
e7ddd47716
nvs_partition_generator: Add support for base64 representation of Binary data
|
7 years ago |
Ivan Grokhotkov
|
73ec743a0a
Merge branch 'bugfix/nvs_page_compaction' into 'master'
|
7 years ago |
Sagar Bijwe
|
7ae1df1c5e
nvs: Fix recovery from power-off while page is being freed
|
7 years ago |