You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/04/30 16:55:42 UTC

[incubator-nuttx] branch master updated: boards/esp32c3-devkit: Increase MAX_TASKS to 16 on nsh/ostest configs

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f08f43  boards/esp32c3-devkit: Increase MAX_TASKS to 16 on nsh/ostest configs
4f08f43 is described below

commit 4f08f43a6d9aca39f32205278547c43b5043fe02
Author: Gustavo Henrique Nihei <gu...@espressif.com>
AuthorDate: Thu Apr 29 15:33:34 2021 -0300

    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 c9f1343..3b767b2 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 5bb112d..e1d91d5 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