From 4f08f43a6d9aca39f32205278547c43b5043fe02 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Thu, 29 Apr 2021 15:33:34 -0300 Subject: [PATCH] boards/esp32c3-devkit: Increase MAX_TASKS to 16 on nsh/ostest configs This fixes the barrier test from ostest application --- boards/risc-v/esp32c3/esp32c3-devkit/configs/nsh/defconfig | 2 +- boards/risc-v/esp32c3/esp32c3-devkit/configs/ostest/defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/risc-v/esp32c3/esp32c3-devkit/configs/nsh/defconfig b/boards/risc-v/esp32c3/esp32c3-devkit/configs/nsh/defconfig index c9f134381e..3b767b2525 100644 --- a/boards/risc-v/esp32c3/esp32c3-devkit/configs/nsh/defconfig +++ b/boards/risc-v/esp32c3/esp32c3-devkit/configs/nsh/defconfig @@ -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 diff --git a/boards/risc-v/esp32c3/esp32c3-devkit/configs/ostest/defconfig b/boards/risc-v/esp32c3/esp32c3-devkit/configs/ostest/defconfig index 5bb112d094..e1d91d50df 100644 --- a/boards/risc-v/esp32c3/esp32c3-devkit/configs/ostest/defconfig +++ b/boards/risc-v/esp32c3/esp32c3-devkit/configs/ostest/defconfig @@ -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