1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/openthread/doc.txt
chrysn b85a71acbd openthread/doc: Remove obsolete note
Since [14979], the submac has been supported.

[14979]: https://github.com/RIOT-OS/RIOT/pull/14979/files
2024-02-14 17:44:13 +01:00

12 lines
414 B
Plaintext

/**
* @defgroup pkg_openthread OpenThread network stack
* @ingroup pkg
* @ingroup net
* @brief Provides a RIOT adaption of the OpenThread network stack
* @see https://github.com/openthread/openthread
* @note A good technical introduction to how Thread works is available in
* the [thread primer] of OpenThread.
*
* [thread primer]: https://openthread.io/guides/thread-primer
*/