diff --git a/nuttx-configs/aerocore/nsh/defconfig b/nuttx-configs/aerocore/nsh/defconfig index 21bab77a3c..631e79b1ef 100644 --- a/nuttx-configs/aerocore/nsh/defconfig +++ b/nuttx-configs/aerocore/nsh/defconfig @@ -588,7 +588,7 @@ CONFIG_DEV_CONSOLE=y # CONFIG_FDCLONE_DISABLE is not set CONFIG_FDCLONE_STDIO=y CONFIG_SDCLONE_DISABLE=y -CONFIG_NFILE_DESCRIPTORS=51 +CONFIG_NFILE_DESCRIPTORS=53 CONFIG_NFILE_STREAMS=8 CONFIG_NAME_MAX=32 CONFIG_PRIORITY_INHERITANCE=y diff --git a/nuttx-configs/aerofc-v1/nsh/defconfig b/nuttx-configs/aerofc-v1/nsh/defconfig index 2c1222de7e..8461b4f8dc 100644 --- a/nuttx-configs/aerofc-v1/nsh/defconfig +++ b/nuttx-configs/aerofc-v1/nsh/defconfig @@ -699,7 +699,7 @@ CONFIG_DEV_CONSOLE=y # CONFIG_FDCLONE_DISABLE is not set CONFIG_FDCLONE_STDIO=y CONFIG_SDCLONE_DISABLE=y -CONFIG_NFILE_DESCRIPTORS=51 +CONFIG_NFILE_DESCRIPTORS=53 CONFIG_NFILE_STREAMS=8 CONFIG_NAME_MAX=32 CONFIG_PRIORITY_INHERITANCE=y diff --git a/nuttx-configs/auav-x21/nsh/defconfig b/nuttx-configs/auav-x21/nsh/defconfig index d7a35150da..474704fbbd 100644 --- a/nuttx-configs/auav-x21/nsh/defconfig +++ b/nuttx-configs/auav-x21/nsh/defconfig @@ -715,7 +715,7 @@ CONFIG_DEV_CONSOLE=y # CONFIG_FDCLONE_DISABLE is not set CONFIG_FDCLONE_STDIO=y CONFIG_SDCLONE_DISABLE=y -CONFIG_NFILE_DESCRIPTORS=51 +CONFIG_NFILE_DESCRIPTORS=53 CONFIG_NFILE_STREAMS=8 CONFIG_NAME_MAX=32 CONFIG_PRIORITY_INHERITANCE=y diff --git a/nuttx-configs/crazyflie/nsh/defconfig b/nuttx-configs/crazyflie/nsh/defconfig index 596be66de9..c08300a76a 100644 --- a/nuttx-configs/crazyflie/nsh/defconfig +++ b/nuttx-configs/crazyflie/nsh/defconfig @@ -676,7 +676,7 @@ CONFIG_DEV_CONSOLE=y # CONFIG_FDCLONE_DISABLE is not set CONFIG_FDCLONE_STDIO=y CONFIG_SDCLONE_DISABLE=y -CONFIG_NFILE_DESCRIPTORS=51 +CONFIG_NFILE_DESCRIPTORS=53 CONFIG_NFILE_STREAMS=8 CONFIG_NAME_MAX=32 CONFIG_PRIORITY_INHERITANCE=y diff --git a/nuttx-configs/px4fmu-v1/nsh/defconfig b/nuttx-configs/px4fmu-v1/nsh/defconfig index 9f0c399d85..2169f7aad4 100644 --- a/nuttx-configs/px4fmu-v1/nsh/defconfig +++ b/nuttx-configs/px4fmu-v1/nsh/defconfig @@ -690,7 +690,7 @@ CONFIG_DEV_CONSOLE=y # CONFIG_FDCLONE_DISABLE is not set CONFIG_FDCLONE_STDIO=y CONFIG_SDCLONE_DISABLE=y -CONFIG_NFILE_DESCRIPTORS=51 +CONFIG_NFILE_DESCRIPTORS=53 CONFIG_NFILE_STREAMS=8 CONFIG_NAME_MAX=32 CONFIG_PRIORITY_INHERITANCE=y diff --git a/nuttx-configs/px4fmu-v2/nsh/defconfig b/nuttx-configs/px4fmu-v2/nsh/defconfig index 247d70d8d3..2e5d4ca2df 100644 --- a/nuttx-configs/px4fmu-v2/nsh/defconfig +++ b/nuttx-configs/px4fmu-v2/nsh/defconfig @@ -715,7 +715,7 @@ CONFIG_DEV_CONSOLE=y # CONFIG_FDCLONE_DISABLE is not set CONFIG_FDCLONE_STDIO=y CONFIG_SDCLONE_DISABLE=y -CONFIG_NFILE_DESCRIPTORS=51 +CONFIG_NFILE_DESCRIPTORS=53 CONFIG_NFILE_STREAMS=8 CONFIG_NAME_MAX=32 CONFIG_PRIORITY_INHERITANCE=y diff --git a/nuttx-configs/px4fmu-v3/nsh/defconfig b/nuttx-configs/px4fmu-v3/nsh/defconfig index 247d70d8d3..2e5d4ca2df 100644 --- a/nuttx-configs/px4fmu-v3/nsh/defconfig +++ b/nuttx-configs/px4fmu-v3/nsh/defconfig @@ -715,7 +715,7 @@ CONFIG_DEV_CONSOLE=y # CONFIG_FDCLONE_DISABLE is not set CONFIG_FDCLONE_STDIO=y CONFIG_SDCLONE_DISABLE=y -CONFIG_NFILE_DESCRIPTORS=51 +CONFIG_NFILE_DESCRIPTORS=53 CONFIG_NFILE_STREAMS=8 CONFIG_NAME_MAX=32 CONFIG_PRIORITY_INHERITANCE=y diff --git a/nuttx-configs/px4fmu-v4/nsh/defconfig b/nuttx-configs/px4fmu-v4/nsh/defconfig index 349056b55b..c838f17b7b 100644 --- a/nuttx-configs/px4fmu-v4/nsh/defconfig +++ b/nuttx-configs/px4fmu-v4/nsh/defconfig @@ -707,7 +707,7 @@ CONFIG_DEV_CONSOLE=y # CONFIG_FDCLONE_DISABLE is not set CONFIG_FDCLONE_STDIO=y CONFIG_SDCLONE_DISABLE=y -CONFIG_NFILE_DESCRIPTORS=51 +CONFIG_NFILE_DESCRIPTORS=53 CONFIG_NFILE_STREAMS=8 CONFIG_NAME_MAX=32 CONFIG_PRIORITY_INHERITANCE=y diff --git a/nuttx-configs/px4fmu-v4pro/nsh/defconfig b/nuttx-configs/px4fmu-v4pro/nsh/defconfig index 301ce70b3a..28848bb239 100644 --- a/nuttx-configs/px4fmu-v4pro/nsh/defconfig +++ b/nuttx-configs/px4fmu-v4pro/nsh/defconfig @@ -719,7 +719,7 @@ CONFIG_DEV_CONSOLE=y # CONFIG_FDCLONE_DISABLE is not set CONFIG_FDCLONE_STDIO=y CONFIG_SDCLONE_DISABLE=y -CONFIG_NFILE_DESCRIPTORS=51 +CONFIG_NFILE_DESCRIPTORS=53 CONFIG_NFILE_STREAMS=8 CONFIG_NAME_MAX=32 CONFIG_PRIORITY_INHERITANCE=y diff --git a/nuttx-configs/px4fmu-v5/nsh/defconfig b/nuttx-configs/px4fmu-v5/nsh/defconfig index 06c5ea6cf1..e7869ab4fb 100644 --- a/nuttx-configs/px4fmu-v5/nsh/defconfig +++ b/nuttx-configs/px4fmu-v5/nsh/defconfig @@ -573,7 +573,7 @@ CONFIG_DEV_CONSOLE=y # CONFIG_FDCLONE_DISABLE is not set CONFIG_FDCLONE_STDIO=y CONFIG_SDCLONE_DISABLE=y -CONFIG_NFILE_DESCRIPTORS=52 +CONFIG_NFILE_DESCRIPTORS=53 CONFIG_NFILE_STREAMS=8 CONFIG_NAME_MAX=32 CONFIG_PRIORITY_INHERITANCE=y