nuttx/Documentation/applications/system/libuv/index.rst
Alan Carvalho de Assis 468e9fcde5 Documentation: Fix typos
I used codespell to find typos in the documentation.

Signed-off-by: Alan C. Assis <acassis@gmail.com>
2023-10-29 10:35:51 +08:00

20 lines
569 B
ReStructuredText

========================================
``libuv`` libuv asynchronous I/O Library
========================================
Most features of libuv are supported by current port, except SIGPROF relative function (loop_configure).
Nearly full libuv's test suite available on NuttX, but some known case can't run on sim:
* ``loop_update_time``
* ``idle_starvation``
* ``signal_multiple_loops``
* ``signal_pending_on_close``
* ``metrics_idle_time``
* ``metrics_idle_time_thread``
* ``metrics_idle_time_zero``
And some will cause crash by some reason:
* ``fs_poll_ref``