mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
rpl: doc: add configuration hints
This commit is contained in:
parent
d8f30150b4
commit
b654dc3167
@ -12,6 +12,26 @@
|
||||
* @defgroup net_gnrc_rpl RPL
|
||||
* @ingroup net_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
|
||||
|
Loading…
Reference in New Issue
Block a user