esp-idf/examples/system
Jiang Jiang Jian 0ab7751926 Merge branch 'bugfix/fix_wifi_interface_use_v4.0' into 'release/v4.0'
esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA (backport v4.0)

See merge request espressif/esp-idf!12168
2021-03-22 09:06:10 +00:00
..
app_trace_to_host Fix broken README links 2020-07-07 18:07:57 +08:00
base_mac_address examples: use new component registration api 2019-06-21 19:53:29 +08:00
console esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA 2021-01-27 14:59:25 +08:00
cpp_exceptions test: update example and unit tests with new import roles: 2019-12-11 15:57:49 +11:00
cpp_pthread examples: use new component registration api 2019-06-21 19:53:29 +08:00
deep_sleep examples: use new component registration api 2019-06-21 19:53:29 +08:00
esp_event test: update example and unit tests with new import roles: 2019-12-11 15:57:49 +11:00
esp_timer test: update example and unit tests with new import roles: 2019-12-11 15:57:49 +11:00
freertos/real_time_stats test: update example and unit tests with new import roles: 2019-12-11 15:57:49 +11:00
gcov build system: Use CMake-based build system as default when describing commands 2019-07-08 17:31:27 +10:00
himem example: Remove duplicate commands and invalid serial port information 2020-04-13 15:26:22 +02:00
light_sleep test: update example and unit tests with new import roles: 2019-12-11 15:57:49 +11:00
network_tests vfs: support vfs uart set line endings with specified uart number (release/v4.0) 2020-08-14 15:39:39 +08:00
ota Make OTA example support keepalive 2021-01-25 21:01:31 +08:00
select examples: use new component registration api 2019-06-21 19:53:29 +08:00
sysview_tracing examples: use new component registration api 2019-06-21 19:53:29 +08:00
sysview_tracing_heap_log examples: fix sdkconfig warnings 2019-12-11 15:57:49 +11:00
task_watchdog examples: use new component registration api 2019-06-21 19:53:29 +08:00
ulp examples: split source files for one of the ulp examples 2020-03-22 21:09:14 +08:00
ulp_adc ulp: use quotes when specifying files for embedding ulp binaries 2020-03-22 21:07:58 +08:00
unit_test examples: fix sdkconfig warnings 2019-12-11 15:57:49 +11:00
README.md event: Implement event loop library 2018-10-26 13:14:19 +08:00

README.md

System Examples

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

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