Files
nuttx/drivers
YAMAMOTO Takashi 00010089b8 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.)

Lightly tested on the serial console, using micropython REPL
on toywasm with esp32s3-devkit:toywasm, which used to be
suffered by the readv issue.
2025-01-14 20:18:21 +08:00
..
2024-12-22 18:43:26 +08:00
2025-01-14 20:18:21 +08:00
2025-01-14 20:18:21 +08:00
2025-01-14 12:29:29 +08:00
2024-12-22 18:43:26 +08:00
2025-01-14 16:44:13 +08:00
2024-11-30 08:40:08 -03:00