OVMS3-idf/examples/get-started
Alexey Gerenkov 8d43859b6a esp32: SEGGER SystemView Tracing Support
Implements support for system level traces compatible with SEGGER
SystemView tool on top of ESP32 application tracing module.
That kind of traces can help to analyse program's behaviour.
SystemView can show timeline of tasks/ISRs execution, context switches,
statistics related to the CPUs' load distribution etc.

Also this commit adds useful feature to ESP32 application tracing module:
 - Trace data buffering is implemented to handle temporary peaks of events load
2017-06-27 20:52:43 +03:00
..
blink esp32: SEGGER SystemView Tracing Support 2017-06-27 20:52:43 +03:00
hello_world examples: print chip info in hello_world example 2017-05-05 17:28:30 +08:00
README.md Added README.md to example category folders 2017-01-18 21:03:15 +01:00

Get Started Examples

Simple code to get started with ESP32 and ESP-IDF.

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