X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fek-lpc-p2378%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_formatwr.h;fp=boards%2Fek-lpc-p2378%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_formatwr.h;h=0000000000000000000000000000000000000000;hb=c15b00a9a85e2aa3fdc681e63d7e92851035b63a;hp=bac8aca7a75e261781267798dc669bc548e9396b;hpb=fd8bd1af65d3eaea3040d74df3d76b51577a67a6;p=bertos.git diff --git a/boards/ek-lpc-p2378/benchmark/context_switch/cfg/cfg_formatwr.h b/boards/ek-lpc-p2378/benchmark/context_switch/cfg/cfg_formatwr.h deleted file mode 100644 index bac8aca7..00000000 --- a/boards/ek-lpc-p2378/benchmark/context_switch/cfg/cfg_formatwr.h +++ /dev/null @@ -1,65 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for formatted write module. - * - * \author Daniele Basile - */ - -#ifndef CFG_FORMATWR_H -#define CFG_FORMATWR_H - -/** - * printf()-style formatter configuration. - * $WIZ$ type = "enum"; value_list = "printf_list" - * - * \sa PRINTF_DISABLED - * \sa PRINTF_NOMODIFIERS - * \sa PRINTF_REDUCED - * \sa PRINTF_NOFLOAT - * \sa PRINTF_FULL - */ -#define CONFIG_PRINTF PRINTF_FULL - -/** - * Size of buffer to format "%" sequences in printf. - * - * Warning: no check on buffer size is done when formatting, be careful especially - * with big numbers and %f formatting. - * - * $WIZ$ type = "int" - * $WIZ$ min = 4 - */ -#define CONFIG_FRMWRI_BUFSIZE 134 - -#endif /* CFG_FORMATWR_H */ -