pw_chrono_zephyr#

Pigweed AI summary: This paragraph describes the implementation of the pw_chrono_zephyr backend, which enables the pw_chrono facades. To enable this feature, the CONFIG_PIGWEED_CHRONO setting must be set to "y". Additionally, to enable the system_clock facade, the CONFIG_PIGWEED_CHRONO_SYSTEM_CLOCK setting must also be added.

Overview#

Pigweed AI summary: This text describes the implementation of the pw_chrono facades in a chrono backend. To enable it, the CONFIG_PIGWEED_CHRONO variable must be set to "y". Additionally, to enable the system_clock facade, the CONFIG_PIGWEED_CHRONO_SYSTEM_CLOCK variable must also be added.

This chrono backend implements the pw_chrono facades. To enable, set CONFIG_PIGWEED_CHRONO=y.

pw_chrono.system_clock#

Pigweed AI summary: The system_clock facade can be enabled by adding CONFIG_PIGWEED_CHRONO_SYSTEM_CLOCK=y.

To enable the system_clock facade, it is also required to add CONFIG_PIGWEED_CHRONO_SYSTEM_CLOCK=y.