X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=config%2FConfigure.help;h=63b9bca3fa64c45786ecac8639eb5669a43a1c3c;hp=a9600405261e065c6bfa9c14ae80a21a3ee52361;hb=4dc5fba2e8aba8e89445fb532f9969a57e24b99c;hpb=09fd7b53a60d7201b6d019d88d3fee3d43a14c3f diff --git a/config/Configure.help b/config/Configure.help index a960040..63b9bca 100644 --- a/config/Configure.help +++ b/config/Configure.help @@ -70,7 +70,7 @@ CONFIG_MODULE_SCHEDULER_CREATE_CONFIG Create a scheduler_config.h file if it does not exist, with a default configuration. -CONFIG_MODULE_SCHEDULER_TIMER0 +CONFIG_MODULE_SCHEDULER_USE_TIMERS Use either the hardware/timer module, the timer0 or a manual call for the to call the scheduler. The generic timer module support many archs and timers. If you don't enable it, you must use TIMER0 @@ -193,6 +193,16 @@ CONFIG_MODULE_CC2420 in wireless sensors. This modules requires SPI to be activated. +CONFIG_MODULE_XBEE + This modules implements the protocol to use a xbee radio chip. + It currently only supports xbee868. + +CONFIG_MODULE_XBEE_STATS + Enable xbee statistics (takes ~100 bytes per device). + +CONFIG_MODULE_XBEE_ATCMD_HELP + Embed help strings of AT commands in program memory. + CONFIG_MODULE_MENU The menu module provides some helpers to create a human-machine interface that uses a tree-organized static menu.