You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[thread-direct] rename WAKEUP_COORDINATOR/END_DEVICE for Thread Direct
The WAKEUP_COORDINATOR and WAKEUP_END_DEVICE feature flags and their
associated symbols are renamed to THREAD_DIRECT_WAKE_INITIATOR and
THREAD_DIRECT_WAKE_LISTENER to align with the Thread Direct
specification terminology.
`src/core/config/wakeup.h` is replaced by `src/core/config/thread_direct.h`,
which consolidates all Thread Direct configuration under a single header.
Only the configuration flags needed by code landing in this PR are
included.
Removes `include/openthread/provisional/link.h` and its associated
doc-group entry, which contained provisional WED-era types
(`otWakeupId`, `otWakeupType`, `otWakeupRequest`) that are superseded
by the Thread Direct public API.
0 commit comments