blob: b6fac0861107741a90951b599d21f0ecfb91cccf [file] [log] [blame]
Ewout van Bekkum5bcd8c42020-11-23 10:46:16 -08001.. _module-pw_sync_threadx:
2
3---------------
4pw_sync_threadx
5---------------
Ewout van Bekkumf7e38b32020-11-16 11:56:41 -08006This is a set of backends for pw_sync based on ThreadX. It is not ready for use,
7and is under construction.
Ewout van Bekkum5bcd8c42020-11-23 10:46:16 -08008
Ewout van Bekkumf680eb12020-12-30 15:29:18 -08009It is possible, if necessary, to use pw_sync_threadx without using the Pigweed
10provided pw_chrono_threadx in case the ThreadX time API (``tx_time_get()``)) is
11not available (i.e. ``TX_NO_TIMER`` is set). You are responsible for ensuring
12that the chrono backend provided has counts which match the ThreadX tick based
13API.