From e6f90bcb8193e4a54de01efd0705227dff8b0c4d Mon Sep 17 00:00:00 2001 From: achim Date: Fri, 10 Jun 2022 18:51:48 +0200 Subject: [PATCH] =?UTF-8?q?disable=20uart=C2=B4s=20dma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Still no way to get GPS and auto flash of the IO without disabling their uart´s dma --- boards/mro/x21-777/nuttx-config/nsh/defconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/boards/mro/x21-777/nuttx-config/nsh/defconfig b/boards/mro/x21-777/nuttx-config/nsh/defconfig index 65072334e0..1ddbbe7600 100644 --- a/boards/mro/x21-777/nuttx-config/nsh/defconfig +++ b/boards/mro/x21-777/nuttx-config/nsh/defconfig @@ -198,9 +198,9 @@ CONFIG_SYSTEM_CDCACM=y CONFIG_SYSTEM_NSH=y CONFIG_TASK_NAME_SIZE=24 CONFIG_UART4_BAUD=57600 -CONFIG_UART4_RXBUFSIZE=600 -CONFIG_UART4_RXDMA=y -CONFIG_UART4_TXBUFSIZE=1500 +CONFIG_UART4_RXBUFSIZE=1200 +CONFIG_UART4_RXDMA=n +CONFIG_UART4_TXBUFSIZE=1200 CONFIG_UART7_BAUD=57600 CONFIG_UART7_RXBUFSIZE=600 CONFIG_UART7_SERIAL_CONSOLE=y @@ -225,10 +225,10 @@ CONFIG_USART3_RXBUFSIZE=600 CONFIG_USART3_RXDMA=y CONFIG_USART3_TXBUFSIZE=3000 CONFIG_USART6_BAUD=57600 -CONFIG_USART6_RXBUFSIZE=600 -CONFIG_USART6_RXDMA=y -CONFIG_USART6_TXBUFSIZE=1500 -CONFIG_USART6_TXDMA=y +CONFIG_USART6_RXBUFSIZE=1200 +CONFIG_USART6_RXDMA=n +CONFIG_USART6_TXBUFSIZE=1200 +CONFIG_USART6_TXDMA=n CONFIG_USBDEV=y CONFIG_USBDEV_BUSPOWERED=y CONFIG_USBDEV_MAXPOWER=500