X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fformatwr.h;h=d80410f1c1e15a93cb2d21f9659ee00e7b16f04b;hb=97e93eec653e38a04e94e5191bdbf5ea48edde96;hp=865fbfd4daff018beaafb583b71053fc1e5473ef;hpb=6eb6ebb5ae5953a27977f0ef66a36344462b949a;p=bertos.git diff --git a/bertos/mware/formatwr.h b/bertos/mware/formatwr.h index 865fbfd4..d80410f1 100644 --- a/bertos/mware/formatwr.h +++ b/bertos/mware/formatwr.h @@ -30,9 +30,13 @@ * * --> * - * \version $Id$ * * \brief Basic "printf", "sprintf" and "fprintf" formatter. + * + * $WIZ$ module_name = "formatwr" + * $WIZ$ module_configuration = "bertos/cfg/cfg_formatwr.h" + * $WIZ$ module_depends = "hex" + * $WIZ$ module_harvard = "both" */ #ifndef MWARE_FORMATWR_H @@ -46,6 +50,7 @@ /** * \name _formatted_write() configuration + * $WIZ$ printf_list = "PRINTF_DISABLED", "PRINTF_NOMODIFIERS", "PRINTF_REDUCED", "PRINTF_NOFLOAT", "PRINTF_FULL" * \{ */ #define PRINTF_DISABLED 0 @@ -76,5 +81,9 @@ _formatted_write( va_list ap); #endif /* CPU_HARVARD */ +int sprintf_testSetup(void); +int sprintf_testRun(void); +int sprintf_testTearDown(void); + #endif /* MWARE_FORMATWR_H */