mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7f08ca15f5
Update the link to the emb6 documentation pdf to its state at the time of PKG_VERSION, since the pdf has since been deleted from https://github.com/hso-esk/emb6/tree/develop/doc/. Resolves https://github.com/RIOT-OS/RIOT/issues/8596.
11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
/**
|
|
* @defgroup pkg_emb6 emb6 network stack
|
|
* @ingroup pkg
|
|
* @ingroup net
|
|
* @brief emb6 network stack
|
|
* @see https://github.com/hso-esk/emb6/blob/14e4a3cfff01644e078870e14e16a1fe60dcc895/doc/pdf/emb6.pdf
|
|
*
|
|
* emb6 is a fork of Contiki's uIP network stack without its usage of
|
|
* proto-threads. It uses periodic event polling instead.
|
|
*/
|