rpl: doc: add configuration hints
This commit is contained in:
parent
d8f30150b4
commit
b654dc3167
@ -12,6 +12,26 @@
|
|||||||
* @defgroup net_gnrc_rpl RPL
|
* @defgroup net_gnrc_rpl RPL
|
||||||
* @ingroup net_gnrc
|
* @ingroup net_gnrc
|
||||||
* @brief RPL implementation for GNRC
|
* @brief RPL implementation for GNRC
|
||||||
|
*
|
||||||
|
* Configuration
|
||||||
|
* =============
|
||||||
|
*
|
||||||
|
* USEMODULE
|
||||||
|
* ---------
|
||||||
|
*
|
||||||
|
* - RPL (Storing Mode)
|
||||||
|
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.mk}
|
||||||
|
* USEMODULE += gnrc_rpl
|
||||||
|
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
*
|
||||||
|
* CFLAGS
|
||||||
|
* ------
|
||||||
|
*
|
||||||
|
* - Exclude Prefix Information Options from DIOs
|
||||||
|
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.mk}
|
||||||
|
* CFLAGS += -DGNRC_RPL_WITHOUT_PIO
|
||||||
|
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
*
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user