mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
The tasks CGI used nxsched_foreach() to walk scheduler internals and read fields directly from struct tcb_s. That exposes an application example to non-standard OS internals. Read task information from /proc/<pid>/status instead, matching the public procfs interface used by other task listing tools. Signed-off-by: Nightt <87569709+nightt5879@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| hello | ||
| tasks | ||
| .gitignore | ||
| index.html | ||
| Makefile.binfs | ||
| Makefile.nxflat | ||
| style.css | ||