mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
b85a71acbd
Since [14979], the submac has been supported. [14979]: https://github.com/RIOT-OS/RIOT/pull/14979/files
12 lines
414 B
Plaintext
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
|
|
*/
|