esp-idf/components
Ivan Grokhotkov 4813ab2d28 examples: check return value of nvs_flash_init
nvs_flash_init may return an error code in some cases, and applications
should check this error code (or at least assert on it being ESP_OK, to
make potential issues more immediately obvious).

This change modifies all the examples which use NVS to check the error
code. Most examples get a simple ESP_ERROR_CHECK assert, while NVS
examples, OTA example, and NVS unit tests get a more verbose check which
may be used in real applications.
2017-03-15 10:44:54 +08:00
..
app_update
aws_iot AWS IoT Device SDK Support 2017-03-13 17:23:29 +08:00
bootloader make: don’t override TEST_COMPONENTS 2017-03-09 19:43:39 +08:00
bootloader_support
bt component/bt: modify BLE advertising type error 2017-03-09 15:36:22 +08:00
coap
cxx
driver bugfix: fix uart 2-stop-bit error 2017-03-12 11:38:14 +08:00
esp32 phy_init: move NVS init into relevant function, check errors 2017-03-14 22:03:39 +08:00
espcoredump
esptool_py
ethernet
expat
fatfs
freertos
idf_test
jsmn
json
log
lwip
mbedtls
mdns address security issues with mDNS 2017-03-14 10:08:38 +02:00
micro-ecc
newlib
nghttp
nvs_flash examples: check return value of nvs_flash_init 2017-03-15 10:44:54 +08:00
openssl
partition_table
sdmmc
spi_flash
tcpip_adapter
ulp
vfs
wpa_supplicant
xtensa-debug-module