mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-22 13:03:54 +01:00
Merge pull request #20389 from chrysn-pull-requests/thread-links
doc: Link OpenThread primer, cleanup
This commit is contained in:
commit
a05cfcf6ed
@ -4,7 +4,8 @@
|
|||||||
* @ingroup net
|
* @ingroup net
|
||||||
* @brief Provides a RIOT adaption of the OpenThread network stack
|
* @brief Provides a RIOT adaption of the OpenThread network stack
|
||||||
* @see https://github.com/openthread/openthread
|
* @see https://github.com/openthread/openthread
|
||||||
* @note Currently there's only support for @ref drivers_at86rf2xx.
|
* @note A good technical introduction to how Thread works is available in
|
||||||
* There's a work in progress to support more radio drivers
|
* the [thread primer] of OpenThread.
|
||||||
* (see [this issue](https://github.com/RIOT-OS/RIOT/issues/10045))
|
*
|
||||||
|
* [thread primer]: https://openthread.io/guides/thread-primer
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -66,9 +66,11 @@
|
|||||||
* protocols used on top of it, applications always need to pick their
|
* protocols used on top of it, applications always need to pick their
|
||||||
* components; that selection is often guided by standards or organizations
|
* components; that selection is often guided by standards or organizations
|
||||||
* that pick an interoperable set of components (higher-level protocol, MAC,
|
* that pick an interoperable set of components (higher-level protocol, MAC,
|
||||||
* band and others), like Thread (6LoWPAN, nonbeacon-enabled, 2.4GHz),
|
* band and others), like [Thread] \(6LoWPAN, nonbeacon-enabled, 2.4GHz),
|
||||||
* WirelessHART (HART, TSCH, 2.4GHz) or 6TiSCH (6LoWPAN, TSCH).
|
* WirelessHART (HART, TSCH, 2.4GHz) or 6TiSCH (6LoWPAN, TSCH).
|
||||||
*
|
*
|
||||||
|
* [Thread]: https://openthread.io/guides/thread-primer
|
||||||
|
*
|
||||||
* Availability in RIOT
|
* Availability in RIOT
|
||||||
* --------------------
|
* --------------------
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user