mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 12:49:03 +00:00
This option, which resolves to -w when CONFIG_CYGWIN_WINTOOL is configured, is now appended to INCDIR in tools/Config.mk. See git commit # 5eae32577e5d5226e5d3027c169eeb369f83f77d in the main |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| 0001-libuv-port-for-nuttx.patch | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| 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