esp-idf/examples/system
Ivan Grokhotkov 8fc78a958a Merge branch 'bugfix/init_nvs_in_bluetooth' into 'master'
bt: call nvs_flash_init in examples, show error if NVS is not initialized

See merge request !1003
2017-07-20 14:26:14 +08:00
..
base_mac_address Optimize configuration of base MAC address 2017-05-10 10:15:07 +08:00
deep_sleep sdkconfig: set CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 by default 2017-05-25 10:51:39 +08:00
ota Merge branch 'bugfix/init_nvs_in_bluetooth' into 'master' 2017-07-20 14:26:14 +08:00
ulp sdkconfig: set CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 by default 2017-05-25 10:51:39 +08:00
ulp_adc ULP: remove deprecated cycle_sel field from ADC instruction 2017-05-31 18:22:48 +08:00
README.md Added README.md to example category folders 2017-01-18 21:03:15 +01:00

README.md

System Examples

Configuration and management of memory, interrupts, WDT (watchdog timer), OTA (over the air updates), deep sleep and logging.

See the README.md file in the upper level examples directory for more information about examples.