From e8c511d27e482f45ea3fcc9cd5b3046a9bbb4541 Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Wed, 26 Sep 2018 15:10:56 +0200 Subject: [PATCH] pkg/openthread: add supported radios in doc.txt --- pkg/openthread/doc.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkg/openthread/doc.txt b/pkg/openthread/doc.txt index f9b2b709d4..4c04a6737a 100644 --- a/pkg/openthread/doc.txt +++ b/pkg/openthread/doc.txt @@ -4,4 +4,7 @@ * @ingroup net * @brief Provides a RIOT adaption of the OpenThread network stack * @see https://github.com/openthread/openthread - */ \ No newline at end of file + * @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)) + */