esp-idf/components
Tim Nordell c3fa2497b9 nvs: Check if an item is modified before writing out an identical copy
This prevents wear and tear on the flash, and it also is faster in some
cases since the read-out of flash is a cheaper operation than the erasure
of flash.  Some library modules (such as the esp_wifi) write out to NVS
upon every initialization without checking first that the existing value
is the same, and this speeds up initialization of modules that make
these design choices and moves it into a centralized place.

The comparison functions are based on the read-out functions of the same
name, and changes out the memcpy(...) operations for memcmp(...)
operations.

Signed-off-by: Tim Nordell <tim.nordell@nimbelink.com>
2019-04-30 11:39:58 -05:00
..
app_trace global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
app_update global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
asio
bootloader global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
bootloader_support Merge branch 'feature/make_bootloader_support_target_dependent' into 'master' 2019-04-26 15:36:48 +08:00
bt Merge branch 'bugfix/btdm_abort_if_deinit_spp_without_init' into 'master' 2019-04-25 20:38:37 +08:00
coap
console
cxx global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
driver Merge branch 'feature/remove_dependency_to_soc' into 'master' 2019-04-18 08:08:41 +08:00
efuse global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
esp-tls esp_tls: fix incorrect closing of fd 0 on connection failure 2019-04-15 10:59:50 +05:30
esp32 Merge branch 'bugfix/pm_isr_exit_lock' into 'master' 2019-04-18 11:16:26 +08:00
esp_adc_cal
esp_common global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
esp_event test: clean up "leaks" tags from most unit tests 2019-04-16 20:07:40 +08:00
esp_http_client Add a `esp_http_client_set_redirection` function When using direct operations instead of `esp_http_client_perform`, we need a way to set redirection URL when we get 30x response codes. Added the function for the same. User can now check status code and call `esp_http_client_set_redirection` function to enable redirection. Related change in adf: https://gitlab.espressif.cn:6688/adf/esp-adf-internal/merge_requests/187 2019-04-23 19:29:49 +05:30
esp_http_server
esp_https_ota
esp_https_server
esp_ringbuf
esp_rom global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
esp_wifi esp_wifi: fix the bug that WPS fails when AP is encrypted 2019-04-24 13:57:14 +08:00
espcoredump global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
esptool_py Rename deprecated Kconfig options in a backward compatible way 2019-04-24 12:53:02 +02:00
ethernet global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
expat
fatfs Merge branch 'feature/remove_dependency_to_soc' into 'master' 2019-04-18 08:08:41 +08:00
freemodbus freemodbus: Fix bug with incorrect coils read mask 2019-04-16 10:21:20 +02:00
freertos global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
heap global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
idf_test test: sync integration test cases 2019-04-19 16:44:00 +08:00
jsmn
json
libsodium
log global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
lwip Merge branch 'bugfix/select_init_sem' into 'master' 2019-04-25 19:10:08 +08:00
mbedtls global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
mdns
mqtt
newlib Merge branch 'feature/remove_dependency_to_soc' into 'master' 2019-04-18 08:08:41 +08:00
nghttp
nvs_flash nvs: Check if an item is modified before writing out an identical copy 2019-04-30 11:39:58 -05:00
openssl
partition_table
protobuf-c
protocomm
pthread global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
sdmmc global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
smartconfig_ack
soc fix the dram low addr defined in the soc.h header 2019-04-25 17:29:48 +08:00
spi_flash global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
spiffs Merge branch 'feature/remove_dependency_to_soc' into 'master' 2019-04-18 08:08:41 +08:00
tcp_transport
tcpip_adapter tcpip_adapter: unregister shutdown handlers, don’t fail on repeated registration 2019-04-11 12:04:58 +08:00
ulp global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
unity Add support a [leaks] tag for UT 2019-04-12 09:31:23 +08:00
vfs Merge branch 'bugfix/select_init_sem' into 'master' 2019-04-25 19:10:08 +08:00
wear_levelling global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
wifi_provisioning
wpa_supplicant global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
xtensa global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00