NuttX boards increase task limit 32 -> 64 (#12230)

This commit is contained in:
Daniel Agar
2019-06-10 09:42:36 -04:00
committed by GitHub
parent 070df61daf
commit bef7a9ba8e
10 changed files with 13 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ CONFIG_IDLETHREAD_STACKSIZE=750
CONFIG_LIBC_FLOATINGPOINT=y
CONFIG_LIBC_LONG_LONG=y
CONFIG_LIBC_STRERROR=y
CONFIG_MAX_TASKS=64
CONFIG_MAX_WDOGPARMS=2
CONFIG_MEMSET_64BIT=y
CONFIG_MEMSET_OPTSPEED=y