nuttx-apps/system/libuv
2022-10-24 01:13:27 +08:00
..
.gitignore
0001-libuv-port-for-nuttx.patch system/libuv: Skip compile strscpy.c when CONFIG_LIBUV_UTILS_TEST enable 2022-06-03 20:25:52 +03:00
Kconfig system/libuv: Support specify stack size for worker thread 2022-03-29 18:09:10 +03:00
Make.defs
Makefile Revert "Revert "system/libuv: minor style fixes in Makefile"" 2022-10-24 01:13:27 +08:00
README.md

libuv

Most features of libuv are supported by current port, except SIGPROF relative function (loop_configure).

Nearly full libuv's test suite avaliable 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