Merge pull request #5669 from miri64/gnrc/doc/thesis

gnrc: provide my master thesis in documentation
This commit is contained in:
kYc0o 2016-07-25 17:05:06 +02:00 committed by GitHub
commit cf3ee67780

View File

@ -10,6 +10,9 @@
* @defgroup net_gnrc Generic (GNRC) network stack * @defgroup net_gnrc Generic (GNRC) network stack
* @ingroup net * @ingroup net
* @brief RIOT's modular default IP network stack. * @brief RIOT's modular default IP network stack.
* @see [Martine Lenders' master thesis](http://doc.riot-os.org/mlenders_msc.pdf)
* about GNRC's design and evaluation and the slide set of
* [its defense](http://doc.riot-os.org/mlenders_msc_def.pdf).
* *
* About * About
* ===== * =====