Browse Source

NuttX configs: Add hotfix for RX DMA buffer sizes

sbg
Lorenz Meier 10 years ago
parent
commit
ff360aa75a
  1. 2
      nuttx-configs/aerocore/nsh/defconfig
  2. 2
      nuttx-configs/px4-stm32f4discovery/nsh/defconfig
  3. 2
      nuttx-configs/px4fmu-v2/nsh/defconfig

2
nuttx-configs/aerocore/nsh/defconfig

@ -268,6 +268,8 @@ CONFIG_STM32_USART=y @@ -268,6 +268,8 @@ CONFIG_STM32_USART=y
#
# U[S]ART Configuration
#
# Hot fix for lost data
CONFIG_STM32_RXDMA_BUFFER_SIZE_OVERRIDE=256
# CONFIG_USART1_RS485 is not set
CONFIG_USART1_RXDMA=y
# CONFIG_USART2_RS485 is not set

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

@ -263,6 +263,8 @@ CONFIG_STM32_USART=y @@ -263,6 +263,8 @@ CONFIG_STM32_USART=y
#
# U[S]ART Configuration
#
# Hot fix for lost data
CONFIG_STM32_RXDMA_BUFFER_SIZE_OVERRIDE=256
# CONFIG_USART2_RS485 is not set
CONFIG_USART2_RXDMA=y
# CONFIG_USART6_RS485 is not set

2
nuttx-configs/px4fmu-v2/nsh/defconfig

@ -294,6 +294,8 @@ CONFIG_STM32_USART=y @@ -294,6 +294,8 @@ CONFIG_STM32_USART=y
#
# U[S]ART Configuration
#
# Hot fix for lost data
CONFIG_STM32_RXDMA_BUFFER_SIZE_OVERRIDE=256
# CONFIG_USART1_RS485 is not set
CONFIG_USART1_RXDMA=y
# CONFIG_USART2_RS485 is not set

Loading…
Cancel
Save