mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
441 B
Plaintext
11 lines
441 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 Currently there's only support for @ref drivers_at86rf2xx.
|
|
* There's a work in progress to support more radio drivers
|
|
* (see [this issue](https://github.com/RIOT-OS/RIOT/issues/10045))
|
|
*/
|