1
0
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:
chrysn 2024-02-14 18:42:30 +00:00 committed by GitHub
commit a05cfcf6ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -4,7 +4,8 @@
* @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))
* @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
*/

View File

@ -66,9 +66,11 @@
* protocols used on top of it, applications always need to pick their
* components; that selection is often guided by standards or organizations
* 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).
*
* [Thread]: https://openthread.io/guides/thread-primer
*
* Availability in RIOT
* --------------------
*