mirror of
https://github.com/apache/nuttx.git
synced 2026-08-30 13:43:09 +00:00
This patch add new taskstate entry in tools/pynuttx/nxgdb/thread.py
and in sched_get_stateinfo.c/g_statenames for the new added task
state: TSTATE_WAIT_EVENT
test log is:
nsh> ps
PID PPID GROUP PRI POLICY TYPE NPX STATE EVENT SIGMASK STACK USED FILLED COMMAND
0 0 0 0 FIFO Kthread - Ready 0000000000000000
|
||
|---|---|---|
| .. | ||
| protocols | ||
| __init__.py | ||
| circbuf.py | ||
| debug.py | ||
| diagnose.py | ||
| dmesg.py | ||
| fs.py | ||
| gcore.py | ||
| irq.py | ||
| lists.py | ||
| macros.py | ||
| memcheck.py | ||
| memdump.py | ||
| memleak.py | ||
| mm.py | ||
| net.py | ||
| prefix.py | ||
| profile.py | ||
| rpmsg.py | ||
| stack.py | ||
| thread.py | ||
| uorb.py | ||
| utils.py | ||
| wdog.py | ||
| wqueue.py | ||