Browse Source

px4-stm32f4discovery nuttx config: reduce CONFIG_CDCACM_TXBUFSIZE to 2000

Log file download via Mavlink is the one that needs the most bandwidth.
It needs typically around 200B TX buffer, and spikes at around 1500B every
10sec, with an average download speed of 230KB/s.
sbg
Beat Küng 8 years ago committed by Lorenz Meier
parent
commit
0392efff94
  1. 2
      nuttx-configs/px4-stm32f4discovery/nsh/defconfig

2
nuttx-configs/px4-stm32f4discovery/nsh/defconfig

@ -934,7 +934,7 @@ CONFIG_CDCACM_NRDREQS=4 @@ -934,7 +934,7 @@ CONFIG_CDCACM_NRDREQS=4
CONFIG_CDCACM_NWRREQS=4
CONFIG_CDCACM_BULKIN_REQLEN=96
CONFIG_CDCACM_RXBUFSIZE=600
CONFIG_CDCACM_TXBUFSIZE=8000
CONFIG_CDCACM_TXBUFSIZE=2000
CONFIG_CDCACM_VENDORID=0x26ac
CONFIG_CDCACM_PRODUCTID=0x0001
CONFIG_CDCACM_VENDORSTR="3D Robotics"

Loading…
Cancel
Save