Files
esp-idf/examples/ethernet/ptp/components/esp_eth_time
Ondrej Kosta d2b1202d5a feat(esp_eth): added HW Time Stamping support for ESP32P4
Added mechanism to L2 TAP to retreive time stamp

Added PTP time synchronization example
2024-11-07 15:01:24 +08:00
..

ESP Ethernet Time Control Component Example

This example component provides a wrapper around management of the internal Ethernet MAC Time (Time Stamping) system which is normally accessed via esp_eth_ioctl commands. The component is offering a more intuitive API mimicking POSIX clock_settime, clock_gettime group of time functions and so making it easier to integrate with existing systems.