Browse Source

nxphlite-v3 nsh:Optimize memset for speed

sbg
David Sidrane 8 years ago committed by Daniel Agar
parent
commit
1a98f3c149
  1. 3
      nuttx-configs/nxphlite-v3/nsh/defconfig

3
nuttx-configs/nxphlite-v3/nsh/defconfig

@ -993,7 +993,8 @@ CONFIG_LIBC_STRERROR=y @@ -993,7 +993,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

Loading…
Cancel
Save