[Cryptech-Commits] [sw/stm32] 01/04: Merge remote-tracking branch 'origin/uart_rx_thread' into ksng
git at cryptech.is
git at cryptech.is
Mon Apr 17 20:38:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch ksng
in repository sw/stm32.
commit 76a993b74cfccb01ad6397772396cf0dbad808aa
Merge: bb6d9e8 2b6b9f8
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Mon Apr 17 08:45:46 2017 -0400
Merge remote-tracking branch 'origin/uart_rx_thread' into ksng
.../TARGET_CRYPTECH_ALPHA/stm32f4xx_it.c | 6 ++
projects/hsm/hsm.c | 106 ++++++++++++---------
projects/hsm/mgmt-thread.c | 3 +
3 files changed, 69 insertions(+), 46 deletions(-)
diff --cc projects/hsm/mgmt-thread.c
index 7cc13c9,72841b7..96776aa
--- a/projects/hsm/mgmt-thread.c
+++ b/projects/hsm/mgmt-thread.c
@@@ -76,9 -77,11 +77,11 @@@ static int cmd_thread_show(struct cli_d
name = "dispatch_thread";
else if (task->ptask == osTimerThread)
name = "osTimerThread";
+ else if (task->ptask == uart_rx_thread)
+ name = "uart_rx_thread";
else
name = "unknown";
-
+
cli_print(cli, "%d:\tptask\t%p\t%s", task_id, task->ptask, name);
cli_print(cli, "\tstate\t%d\t\t%s", (int)task->state, task_state[task->state]);
cli_print(cli, "\tprio\t%d", (int)task->prio);
More information about the Commits
mailing list