Browse Source

This is a temporary hot fix for lost data

sbg
David Sidrane 10 years ago
parent
commit
e7a3674c1d
  1. 2
      NuttX
  2. 2
      nuttx-configs/aerocore/nsh/defconfig
  3. 2
      nuttx-configs/px4-stm32f4discovery/nsh/defconfig
  4. 2
      nuttx-configs/px4fmu-v1/nsh/defconfig
  5. 2
      nuttx-configs/px4fmu-v2/nsh/defconfig

2
NuttX

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit 678eea3d2c157c686439597abb0367b0f1e643f4
Subproject commit 8004677d8c9222685f331409469e78a66375d55f

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-v1/nsh/defconfig

@ -260,6 +260,8 @@ CONFIG_STM32_USART=y @@ -260,6 +260,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 is not set
# CONFIG_USART2_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