chrade commented on a change in pull request #5453:
URL: https://github.com/apache/incubator-nuttx/pull/5453#discussion_r803381170
##########
File path: arch/arm/src/phy62xx/uart.c
##########
@@ -62,6 +68,9 @@ typedef struct _uart_Context
uint8_t tx_state;
uart_Tx_Buf_t tx_buf;
uart_Cfg_t cfg;
+ uint8_t fifo_buf_store[UART_RX_BUFFER_SIZE];
+ int buf_head;
+ int buf_tail;
} uart_Ctx_t;
static uart_Ctx_t m_uartCtx[2] =
Review comment:
ok, i will reduce the RX_BUFF_SIZE and self check first.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]