yamt opened a new pull request, #14898: URL: https://github.com/apache/nuttx/pull/14898
## Summary drivers/serial/serial.c: adapt to the iovec-based api This would fix readv/writev issues mentioned in https://github.com/apache/nuttx/pull/12674. (only for this specific driver though. with this approach, we basically have to fix every single drivers and filesystems.) ## Impact ## Testing Lightly tested on the serial console, using micropython REPL on toywasm with esp32s3-devkit:toywasm, which used to be suffered by the readv issue. -- 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