danielappiagyei-bc commented on PR #10911:
URL: https://github.com/apache/nuttx/pull/10911#issuecomment-1777940825

   
   > So strike this. See [#10912 
(comment)](https://github.com/apache/nuttx/issues/10912#issuecomment-1777212451)
   > 
   > You might want to rebase on master after #11020 comes in and bring in all 
the other bits not related to serial or DMA
   
   Thanks david, I will close this PR and create a new one for the leftover 
changes. This will be:
   - typos
   - adding `IMXRT_SERIAL_RXDMA_BUFFER_SIZE` as a kconfig
   - add missing `uintptr_t base;` declaration to 
`arch/arm/src/imxrt/imxrt_edma.c` so compiling with `CONFIG_DEBUG_DMA=y` works
   - enabling `LPUART_CTRL_ORIE` for overruns in 
`arch/arm/src/imxrt/imxrt_serial.c`. It's an error condition just like the 
noise, framing, and parity error interrupts we have enabled and we are already 
explicitly clearing it in 
[here](https://github.com/apache/nuttx/blob/master/arch/arm/src/imxrt/imxrt_serial.c#L1792)


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to