[Cryptech-Commits] [sw/stm32] branch master updated (057c2bd -> 746a1ea)
git at cryptech.is
git at cryptech.is
Tue Aug 23 16:37:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a change to branch master
in repository sw/stm32.
from 057c2bd Incorporate FPGA comms test from projects/board-test/fmc-test.c
new 77f3621 Multiple threads and multiple cores, to deal with multiple clients.
new 6f00eb1 Multi-client testing revealed race conditions in uart receive code (dropped characters, improper handoff of message buffers).
new 99c0a0a Reset table of cores after resetting FPGA from CLI.
new 1f00be9 Show running threads.
new 746a1ea Merge branch 'master' of git.cryptech.is:sw/stm32
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
projects/hsm/Makefile | 7 +-
projects/hsm/hsm.c | 115 +++++++++++----------
projects/hsm/mgmt-cli.c | 3 +-
projects/hsm/mgmt-fpga.c | 3 +-
projects/hsm/mgmt-thread.c | 97 +++++++++++++++++
.../{cli-test/mgmt-show.h => hsm/mgmt-thread.h} | 12 +--
6 files changed, 171 insertions(+), 66 deletions(-)
create mode 100644 projects/hsm/mgmt-thread.c
copy projects/{cli-test/mgmt-show.h => hsm/mgmt-thread.h} (88%)
More information about the Commits
mailing list