[riot-commits] [RIOT-OS/RIOT] e348a8: PS: Display waiting for flags
Kaspar Schleiser
kaspar at schleiser.de
Tue May 31 19:25:16 CEST 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: e348a8df8048faa1800b081ebd957f40af53b0b3
https://github.com/RIOT-OS/RIOT/commit/e348a8df8048faa1800b081ebd957f40af53b0b3
Author: chrysn <chrysn at fsfe.org>
Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths:
M sys/ps/ps.c
Log Message:
-----------
PS: Display waiting for flags
This adds support for the recently introduced thread flags mechanism to
the `ps` module; while previously it would show a thread in state
"(null)" when it is blocked on thread_flags_wait_any or
thread_flags_wait_all, it now shoes the state "bl anyfl" or "bl allfl",
respectively. The labels are kept that short to not mess with the
fixed-width layout.
Commit: 718b7d810919384ddb04edf8b48e12c6d40884bf
https://github.com/RIOT-OS/RIOT/commit/718b7d810919384ddb04edf8b48e12c6d40884bf
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths:
M sys/ps/ps.c
Log Message:
-----------
Merge pull request #5481 from chrysn-pull-requests/ps-flag-names
sys: ps: display waiting for flags
Compare: https://github.com/RIOT-OS/RIOT/compare/a6df844555b6...718b7d810919
More information about the commits
mailing list