From 7a5f58a607379b5abd9ea53b9e05ab7b16859f7a Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Fri, 25 Aug 2017 09:40:23 -1000 Subject: [PATCH] px4-same70xplained-v1 nsh:Optimize memset for speed --- nuttx-configs/px4-same70xplained-v1/nsh/defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuttx-configs/px4-same70xplained-v1/nsh/defconfig b/nuttx-configs/px4-same70xplained-v1/nsh/defconfig index b8ca505177..cb25ce3a84 100644 --- a/nuttx-configs/px4-same70xplained-v1/nsh/defconfig +++ b/nuttx-configs/px4-same70xplained-v1/nsh/defconfig @@ -1007,7 +1007,8 @@ CONFIG_LIBC_STRERROR=y # # memcpy/memset Options # -# CONFIG_MEMSET_OPTSPEED is not set +CONFIG_MEMSET_OPTSPEED=y +CONFIG_MEMSET_64BIT=y # CONFIG_LIBC_DLLFCN is not set # CONFIG_LIBC_MODLIB is not set # CONFIG_LIBC_WCHAR is not set