OVMS3-idf/examples/system
Ivan Grokhotkov 9859d8867d Merge branch 'feature/sysview_json_traces' into 'master'
Support for converting SystemView traces to JSON format

See merge request espressif/esp-idf!5674
2019-12-09 22:46:13 +08:00
..
app_trace_to_host apptrace: Renames Kconfig options 2019-11-13 15:24:01 +03:00
base_mac_address examples: Update system examples README 2019-08-28 16:19:40 +08:00
console test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
cpp_exceptions test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
cpp_pthread examples: Update system examples README 2019-08-28 16:19:40 +08:00
cpp_rtti test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
deep_sleep Refactor the touch sensor driver 2019-11-27 20:08:44 +08:00
efuse examples: Add an example efuse API usage 2019-10-30 15:43:40 +08:00
esp_event test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
esp_timer test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +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 Merge branch 'feature/esp32s2beta_apptrace_port' into 'master' 2019-11-22 05:33:35 +08:00
himem examples: fix sdkconfig warnings 2019-11-21 15:36:06 +01:00
light_sleep test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
network_tests esp_netif: include tcpip_adapter legacy header by default to provide *implicit* compatiblity 2019-11-13 12:36:25 +01:00
ota test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
perfmon Performance monitor component. The component contains APIs, example and 2019-08-23 11:20:12 +03:00
select feature: Add uart hal support. 2019-11-26 20:01:50 +08:00
sysview_tracing Merge branch 'feature/esp32s2beta_apptrace_port' into 'master' 2019-11-22 05:33:35 +08:00
sysview_tracing_heap_log apptrace: Extends SystemView heap & log example to run many allocator/freer tasks 2019-12-04 18:04:11 +03:00
task_watchdog tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
ulp Jumps change back to jumpr. because example supports esp32 only. 2019-11-22 09:03:23 +03:00
ulp_adc A switch between esp32 and esp32s2betta added to the ULP build process. 2019-11-22 09:03:13 +03: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.