Skip to content

Commit

Permalink
Merge pull request RIOT-OS#20389 from chrysn-pull-requests/thread-links
Browse files Browse the repository at this point in the history
doc: Link OpenThread primer, cleanup
  • Loading branch information
chrysn authored Feb 14, 2024
2 parents ee0f6d7 + b85a71a commit a05cfcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions pkg/openthread/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
4 changes: 3 additions & 1 deletion sys/net/ieee802154.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
* --------------------
*
Expand Down

0 comments on commit a05cfcf

Please sign in to comment.