LuchianMihai commented on issue #12653: URL: https://github.com/apache/nuttx/issues/12653#issuecomment-2221102239
@raiden00pl Oh, got it (the thing about SERIAL_HAVE_RXDMA_OPS / SERIAL_HAVE_TXDMA_OPS), but I've already touched that part with my changes Is there any reason we use reversed logic? Or, my reasoning is that if we have rx dma enabled, use up_dma_rx*, else use up_rx*, same for tx dma. This logic works on my branch and I think it's easier to follow. Now there is another *issue*, I've forked nuttx, you can check my work progress there, but what is the procedure for an pull request? -- 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]
