X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=config%2FConfigure.help;h=6b98361fea2f99de165b87f31714864d27879f21;hp=d4da4fa6c5ec10ddd16f95daf50a87adb8e7442c;hb=9d7a205a0868595dc57f365eda4721b700e447b9;hpb=69ce0bf36b2453858a6011e4916d2fc547b09d9d diff --git a/config/Configure.help b/config/Configure.help index d4da4fa..6b98361 100644 --- a/config/Configure.help +++ b/config/Configure.help @@ -79,6 +79,14 @@ CONFIG_MODULE_SCHEDULER_USE_TIMERS macro has to be defined in configuration file. +CONFIG_MODULE_CALLOUT + The 'callout' module is another timer manager that aims to replace the + scheduler module. The management of timers can be done either from an + asynchronous interruption or from the main program. This module is + able to handle priorities between timers and allow to reschedule + a timer later if its priority is too low. + + CONFIG_TIME This module can be used to get a human readable time. It uses the scheduler module. Its goal is not to be very precise, but just @@ -193,6 +201,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.