Browse Source

aerofc-v1 nsh:Optimize memset for speed

sbg
David Sidrane 8 years ago committed by Daniel Agar
parent
commit
04a61d47cb
  1. 3
      nuttx-configs/aerofc-v1/nsh/defconfig

3
nuttx-configs/aerofc-v1/nsh/defconfig

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