Add some other modules.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 23 Mar 2009 16:51:19 +0000 (16:51 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 23 Mar 2009 16:51:19 +0000 (16:51 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2405 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/algo/randpool.h
bertos/gfx/text.c
bertos/gfx/text.h
bertos/mware/readline.h

index 6e6a7dba2be83039ad80e10da40f73d1404f3cf0..6f18ad24d18a395fab8f72454b33d9e4c58c52c2 100644 (file)
@@ -37,7 +37,7 @@
  * \author Daniele Basile <asterix@develer.com>
  *
  * $WIZ$ module_name = "randpool"
- * $WIZ$ module_depends = "timer"
+ * $WIZ$ module_depends = "timer", "sprintf"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_randpool.h"
  */
 
index 942bc73b9e1a221e4d2538828e2bc672110f8d48..d827daa4da810c11dd02dd93977dabc8bd9718ec 100644 (file)
@@ -41,7 +41,6 @@
 #include <gfx/gfx.h>
 #include <gfx/font.h>
 #include <gfx/text.h>
-#include <gfx/text.h>
 
 #include <gfx/gfx_p.h> // FIXME: BM_DRAWPIXEL
 
index 04d3d1a5e2442c80b58a12c3982866bbf79a5174..d8c6aba5d20bbd1852048ccbe71d8ac36cc98888 100644 (file)
@@ -36,6 +36,9 @@
  * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Stefano Fedrigo <aleph@develer.com>
  * \version $Id$
+ *
+ * $WIZ$ module_name = "text"
+ * $WIZ$ module_harvard = "both"
  */
 
 #ifndef GFX_TEXT_H
index ab2af7c391c625bd2a74968858e26fc125f37a54..a106a4cefb5bc02166f9d45fa011ed039b9e40cb 100644 (file)
@@ -43,6 +43,9 @@
  * \version $Id$
  *
  * \author Giovanni Bajo <rasky@develer.com>
+ *
+ * $WIZ$ module_name = "readline"
+ * $WIZ$ module_depends = "sprintf"
  */