From: batt Date: Mon, 23 Mar 2009 16:39:20 +0000 (+0000) Subject: Add fake headers for the wizard. X-Git-Tag: 2.1.0~278 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=655729b182e884084fe9e5ead8176c380fbafc88 Add fake headers for the wizard. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2404 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/gfx/text_format.h b/bertos/gfx/text_format.h new file mode 100644 index 00000000..484f6020 --- /dev/null +++ b/bertos/gfx/text_format.h @@ -0,0 +1,45 @@ +/** + * \file + * + * + * \version $Id$ + * \author Bernie Innocenti + * \author Stefano Fedrigo + * + * \brief printf-family routines for text output + * + * $WIZ$ module_name = "text_format" + * $WIZ$ module_depends = "sprintf", "formatwr", "text" + * $WIZ$ module_harvard = "both" + */ + +#warning Not yet implemented, use gfx/text.h \ No newline at end of file diff --git a/bertos/mware/sprintf.h b/bertos/mware/sprintf.h new file mode 100644 index 00000000..72999ca2 --- /dev/null +++ b/bertos/mware/sprintf.h @@ -0,0 +1,45 @@ +/** + * \file + * + * + * \brief sprintf() implementation based on _formatted_write() + * + * This file is included in order to supply information for sprintf module + * to the BeRTOS Wizard. + * + * \version $Id$ + * \author Bernie Innocenti + * + * $WIZ$ module_name = "sprintf" + * $WIZ$ module_depends = "formatwr" + * $WIZ$ module_harvard = "both" + */ +