From df75a41fefed5f822eba4e83ce36850e9a777d89 Mon Sep 17 00:00:00 2001 From: asterix Date: Fri, 6 Feb 2009 18:10:10 +0000 Subject: [PATCH] Add wizard info. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2320 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/algo/randpool.h | 8 +++++++- bertos/cfg/cfg_randpool.h | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bertos/algo/randpool.h b/bertos/algo/randpool.h index 2c4faf67..fe999e32 100644 --- a/bertos/algo/randpool.h +++ b/bertos/algo/randpool.h @@ -30,11 +30,17 @@ * * --> * - * \brief API function for to manage entropy pool. + * \brief Collection of functions to manage entropy pool. * * * \version $Id$ * \author Daniele Basile + * + * $WIZARD_MODULE = { + * "name" : "randpool", + * "depends" : ["timer"], + * "configuration" : "bertos/cfg/cfg_randpool.h" + * } */ #ifndef ALGO_RANDPOOL_H diff --git a/bertos/cfg/cfg_randpool.h b/bertos/cfg/cfg_randpool.h index e7c6a075..6f26b884 100644 --- a/bertos/cfg/cfg_randpool.h +++ b/bertos/cfg/cfg_randpool.h @@ -41,10 +41,10 @@ #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 */ -- 2.25.1