nuttx-apps/system/libuv
Xiang Xiao 8d1484b562 system/libuv: Include nuttx/tls.h to call task local storage api
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-06-01 22:50:54 +03:00
..
.gitignore system/libuv: Bump to v1.42.0 2022-02-28 18:05:00 +08:00
0001-libuv-port-for-nuttx.patch system/libuv: Include nuttx/tls.h to call task local storage api 2022-06-01 22:50:54 +03:00
Kconfig system/libuv: Support specify stack size for worker thread 2022-03-29 18:09:10 +03:00
Make.defs system/libuv: Bump to v1.42.0 2022-02-28 18:05:00 +08:00
Makefile libuv: Don't add idna.c to CSRCS if test enabled 2022-05-13 08:23:23 +03:00
README.md system/libuv: Bump to v1.42.0 2022-02-28 18:05:00 +08:00

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