Skip to content

Commit

Permalink
nuttx config: increase CONFIG_NFILE_DESCRIPTORS from 53 to 54
Browse files Browse the repository at this point in the history
This is needed when logger is logging to file and ulog streaming gets
activated.
  • Loading branch information
bkueng committed Aug 16, 2017
1 parent ebafa56 commit 83643a7
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion nuttx-configs/aerocore/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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=53
CONFIG_NFILE_DESCRIPTORS=54
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PRIORITY_INHERITANCE=y
Expand Down
2 changes: 1 addition & 1 deletion nuttx-configs/aerocore2/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ CONFIG_DEV_CONSOLE=y
# CONFIG_FDCLONE_DISABLE is not set
CONFIG_FDCLONE_STDIO=y
CONFIG_SDCLONE_DISABLE=y
CONFIG_NFILE_DESCRIPTORS=53
CONFIG_NFILE_DESCRIPTORS=54
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PRIORITY_INHERITANCE=y
Expand Down
2 changes: 1 addition & 1 deletion nuttx-configs/aerofc-v1/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ CONFIG_DEV_CONSOLE=y
# CONFIG_FDCLONE_DISABLE is not set
CONFIG_FDCLONE_STDIO=y
CONFIG_SDCLONE_DISABLE=y
CONFIG_NFILE_DESCRIPTORS=53
CONFIG_NFILE_DESCRIPTORS=54
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PRIORITY_INHERITANCE=y
Expand Down
2 changes: 1 addition & 1 deletion nuttx-configs/auav-x21/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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=53
CONFIG_NFILE_DESCRIPTORS=54
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PRIORITY_INHERITANCE=y
Expand Down
2 changes: 1 addition & 1 deletion nuttx-configs/crazyflie/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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=53
CONFIG_NFILE_DESCRIPTORS=54
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PRIORITY_INHERITANCE=y
Expand Down
2 changes: 1 addition & 1 deletion nuttx-configs/mindpx-v2/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ CONFIG_DEV_CONSOLE=y
# CONFIG_FDCLONE_DISABLE is not set
CONFIG_FDCLONE_STDIO=y
CONFIG_SDCLONE_DISABLE=y
CONFIG_NFILE_DESCRIPTORS=53
CONFIG_NFILE_DESCRIPTORS=54
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PRIORITY_INHERITANCE=y
Expand Down
2 changes: 1 addition & 1 deletion nuttx-configs/px4fmu-v2/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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=53
CONFIG_NFILE_DESCRIPTORS=54
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PRIORITY_INHERITANCE=y
Expand Down
2 changes: 1 addition & 1 deletion nuttx-configs/px4fmu-v3/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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=53
CONFIG_NFILE_DESCRIPTORS=54
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PRIORITY_INHERITANCE=y
Expand Down
2 changes: 1 addition & 1 deletion nuttx-configs/px4fmu-v4/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ CONFIG_DEV_CONSOLE=y
# CONFIG_FDCLONE_DISABLE is not set
CONFIG_FDCLONE_STDIO=y
CONFIG_SDCLONE_DISABLE=y
CONFIG_NFILE_DESCRIPTORS=53
CONFIG_NFILE_DESCRIPTORS=54
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PRIORITY_INHERITANCE=y
Expand Down
2 changes: 1 addition & 1 deletion nuttx-configs/px4fmu-v4pro/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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=53
CONFIG_NFILE_DESCRIPTORS=54
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PRIORITY_INHERITANCE=y
Expand Down
2 changes: 1 addition & 1 deletion nuttx-configs/px4fmu-v5/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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=53
CONFIG_NFILE_DESCRIPTORS=54
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PRIORITY_INHERITANCE=y
Expand Down

0 comments on commit 83643a7

Please sign in to comment.