Add wizard info.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 6 Feb 2009 18:10:10 +0000 (18:10 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 6 Feb 2009 18:10:10 +0000 (18:10 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2320 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/algo/randpool.h
bertos/cfg/cfg_randpool.h

index 2c4faf67b6f6e7d2ab005d9217d3edde47c26af5..fe999e32b12af7b2643f4b3c177707afc47595cb 100644 (file)
  *
  * -->
  *
- * \brief API function for to manage entropy pool.
+ * \brief Collection of functions to manage entropy pool.
  *
  *
  * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
+ *
+ * $WIZARD_MODULE = {
+ * "name" : "randpool",
+ * "depends" : ["timer"],
+ * "configuration" : "bertos/cfg/cfg_randpool.h"
+ * }
  */
 
 #ifndef ALGO_RANDPOOL_H
index e7c6a0752126aac4928990ec55e549db3775cd4f..6f26b884d39c91a46eaef5e2c77885f96e52ffca 100644 (file)
 #define CFG_RANDPOOL_H
 
 
-/// Define a size, in byte, of entropy pool.
+/// Define a size, in byte, of entropy pool. $WIZARD = { "type" : "int", "min" : "0" }
 #define CONFIG_SIZE_ENTROPY_POOL   64
 
-/// Turn on or off timer support in Randpool.
+/// Turn on or off timer support in Randpool. $WIZARD = { "type" : "boolean" }
 #define CONFIG_RANDPOOL_TIMER       1
 
 #endif /* CFG_RANDPOOL_H */