From: EunBong Song Date: Fri, 14 Jul 2017 13:04:48 +0000 (-0700) Subject: sidk_s5jt200/hello defconfig: enable CONFIG_NOPRINTF_FIELDWIDTH and X-Git-Tag: 1.1_Public_Release~318^2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f00b1702bebbb829f18239440e81aeb82ad81da4;p=rtos%2Ftinyara.git sidk_s5jt200/hello defconfig: enable CONFIG_NOPRINTF_FIELDWIDTH and CONFIG_NOPRINTF_LONGLONG_TO_ASCII This feature reduce hello config size up to 14KB. Change-Id: Iacceb6d265d7aa2b70c4551b5ce7d6d230fb6e24 Signed-off-by: EunBong Song --- diff --git a/build/configs/sidk_s5jt200/hello/defconfig b/build/configs/sidk_s5jt200/hello/defconfig index be70ec9..2299d34 100644 --- a/build/configs/sidk_s5jt200/hello/defconfig +++ b/build/configs/sidk_s5jt200/hello/defconfig @@ -581,8 +581,9 @@ CONFIG_STDIO_BUFFER_SIZE=64 # CONFIG_STDIO_LINEBUFFER is not set CONFIG_NUNGET_CHARS=2 # CONFIG_LIBM is not set -# CONFIG_NOPRINTF_FIELDWIDTH is not set +CONFIG_NOPRINTF_FIELDWIDTH=y # CONFIG_LIBC_FLOATINGPOINT is not set +CONFIG_NOPRINTF_LONGLONG_TO_ASCII=y # CONFIG_LIBC_IOCTL_VARIADIC is not set CONFIG_LIB_RAND_ORDER=1 # CONFIG_EOL_IS_CR is not set