boards/esp32c3-devkit: Increase MAX_TASKS to 16 on nsh/ostest configs

This fixes the barrier test from ostest application
This commit is contained in:
Gustavo Henrique Nihei 2021-04-29 15:33:34 -03:00 committed by Abdelatif Guettouche
parent 7ded22fb1a
commit 4f08f43a6d
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ CONFIG_IDLETHREAD_STACKSIZE=2048
CONFIG_INTELHEX_BINARY=y
CONFIG_LIBC_PERROR_STDOUT=y
CONFIG_LIBC_STRERROR=y
CONFIG_MAX_TASKS=8
CONFIG_MAX_TASKS=16
CONFIG_NFILE_DESCRIPTORS_PER_BLOCK=6
CONFIG_NSH_ARCHINIT=y
CONFIG_NSH_BUILTIN_APPS=y

View File

@ -25,7 +25,7 @@ CONFIG_IDLETHREAD_STACKSIZE=2048
CONFIG_INTELHEX_BINARY=y
CONFIG_LIBC_PERROR_STDOUT=y
CONFIG_LIBC_STRERROR=y
CONFIG_MAX_TASKS=8
CONFIG_MAX_TASKS=16
CONFIG_NFILE_DESCRIPTORS_PER_BLOCK=6
CONFIG_NSH_ARCHINIT=y
CONFIG_NSH_BUILTIN_APPS=y