Skip to content

Commit a748848

Browse files
fix(boards): V6X-RT increase IOB buffers
Enable IOB throttle to avoid RX starvation and increase amount of IOB buffers since we've got 4 interfaces that uses IOB
1 parent 1a84fee commit a748848

File tree

1 file changed

+3
-2
lines changed
  • boards/px4/fmu-v6xrt/nuttx-config/nsh

1 file changed

+3
-2
lines changed

boards/px4/fmu-v6xrt/nuttx-config/nsh/defconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,9 @@ CONFIG_IMXRT_USDHC1_INVERT_CD=y
142142
CONFIG_IMXRT_USDHC1_WIDTH_D1_D4=y
143143
CONFIG_INIT_ENTRYPOINT="nsh_main"
144144
CONFIG_INIT_STACKSIZE=2944
145-
CONFIG_IOB_NBUFFERS=24
146-
CONFIG_IOB_THROTTLE=0
145+
CONFIG_IOB_NBUFFERS=256
146+
CONFIG_IOB_NCHAINS=196
147+
CONFIG_IOB_NOTIFIER=y
147148
CONFIG_IPCFG_BINARY=y
148149
CONFIG_IPCFG_CHARDEV=y
149150
CONFIG_IPCFG_PATH="/fs/mtd_net"

0 commit comments

Comments
 (0)