OVMS3-idf/examples/system
Krzysztof Budzynski e1ab4b6711 Merge branch 'bugfix/uart_echo_readme' into 'master'
example: Remove duplicate commands and invalid serial port information

Closes IDFGH-3022

See merge request espressif/esp-idf!8295
2020-04-11 01:52:01 +08:00
..
app_trace_to_host build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
base_mac_address examples: Update system examples README 2019-08-28 16:19:40 +08:00
console esp_netif, examples: esp_netif_init() moved into ESP_ERROR_CHECK() 2019-12-17 09:07:49 +01:00
deep_sleep Driver(touch): fix touch sensor driver for esp32s2. 2020-03-25 22:45:57 +08:00
efuse examples: Add an example efuse API usage 2019-10-30 15:43:40 +08:00
esp_event Examples: some examples use new event register API 2020-03-25 10:36:47 +08:00
esp_timer build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
freertos/real_time_stats test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
gcov build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
heap_task_tracking example: Add Heap Task Tracking example 2020-03-19 15:07:41 +05:30
himem Merge branch 'bugfix/uart_echo_readme' into 'master' 2020-04-11 01:52:01 +08:00
light_sleep build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
network_tests Merge branch 'docs/esp_netif_programmer_manual' into 'master' 2019-12-18 13:12:36 +08:00
ota global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
perfmon example: Remove duplicate commands and invalid serial port information 2020-04-08 13:17:48 +02:00
select esp_netif, examples: esp_netif_init() moved into ESP_ERROR_CHECK() 2019-12-17 09:07:49 +01:00
sysview_tracing docs: Updates OpenOCD command names 2020-03-16 19:06:47 +03:00
sysview_tracing_heap_log docs: Updates OpenOCD command names 2020-03-16 19:06:47 +03:00
task_watchdog tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
ulp build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
ulp_adc build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
unit_test examples: fix sdkconfig warnings 2019-11-21 15:36:06 +01:00
README.md event: Implement event loop library 2018-10-26 13:14:19 +08:00

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.