mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 17:58:10 +08:00
00010089b8
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.