Merge pull request #10048 from jia200x/pr/openthread_doc_info

pkg/openthread: add supported radios in doc.txt
This commit is contained in:
José Alamos 2018-09-26 16:32:08 +02:00 committed by GitHub
commit 32eecc499b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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