From: batt Date: Mon, 23 Mar 2009 16:51:19 +0000 (+0000) Subject: Add some other modules. X-Git-Tag: 2.1.0~277 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=5d5cb6250eacac50a8a587296e109c787764f5b8 Add some other modules. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2405 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/algo/randpool.h b/bertos/algo/randpool.h index 6e6a7dba..6f18ad24 100644 --- a/bertos/algo/randpool.h +++ b/bertos/algo/randpool.h @@ -37,7 +37,7 @@ * \author Daniele Basile * * $WIZ$ module_name = "randpool" - * $WIZ$ module_depends = "timer" + * $WIZ$ module_depends = "timer", "sprintf" * $WIZ$ module_configuration = "bertos/cfg/cfg_randpool.h" */ diff --git a/bertos/gfx/text.c b/bertos/gfx/text.c index 942bc73b..d827daa4 100644 --- a/bertos/gfx/text.c +++ b/bertos/gfx/text.c @@ -41,7 +41,6 @@ #include #include #include -#include #include // FIXME: BM_DRAWPIXEL diff --git a/bertos/gfx/text.h b/bertos/gfx/text.h index 04d3d1a5..d8c6aba5 100644 --- a/bertos/gfx/text.h +++ b/bertos/gfx/text.h @@ -36,6 +36,9 @@ * \author Bernie Innocenti * \author Stefano Fedrigo * \version $Id$ + * + * $WIZ$ module_name = "text" + * $WIZ$ module_harvard = "both" */ #ifndef GFX_TEXT_H diff --git a/bertos/mware/readline.h b/bertos/mware/readline.h index ab2af7c3..a106a4ce 100644 --- a/bertos/mware/readline.h +++ b/bertos/mware/readline.h @@ -43,6 +43,9 @@ * \version $Id$ * * \author Giovanni Bajo + * + * $WIZ$ module_name = "readline" + * $WIZ$ module_depends = "sprintf" */