OVMS3-idf/components/ethernet
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
..
eth_phy ethernet: Add convenience functions esp_eth_smi_wait_value() & esp_eth_smi_wait_set() 2017-04-20 18:03:00 +10:00
include docs: Generate Doxygen directives for API documentation 2017-05-19 18:26:02 +02:00
component.mk ethernet: Refactor PHY support to be part of ethernet component 2017-04-20 18:03:00 +10:00
emac_common.h ethernet: add a gpio to enable/disable phy power 2017-02-11 15:19:53 +08:00
emac_desc.h ethernet: add first version of ethernet driver 2016-12-01 19:17:48 +08:00
emac_dev.c component/esp32 : do more fix of dualcore bug 2017-05-12 15:41:51 +08:00
emac_dev.h ethernet: support flow control 2017-01-10 15:19:18 +08:00
emac_main.c esp32: SEGGER SystemView Tracing Support 2017-06-27 20:52:43 +03:00
Kconfig mac address: add the number of MAC address generated from efuse for user to choose 2017-03-02 15:54:35 +08:00