[Cryptech-Commits] [sw/stm32] branch ksng updated (bb6d9e8 -> 410e6bb)

git at cryptech.is git at cryptech.is
Mon Apr 17 20:38:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a change to branch ksng
in repository sw/stm32.

    from bb6d9e8  Switch to libhal's CRC-32 code.
     add 2b6b9f8  Change RPC UART to have a high-priority thread monitoring a large(ish) DMA buffer, because we've observed out-of-order receives under load.
     new 76a993b  Merge remote-tracking branch 'origin/uart_rx_thread' into ksng
     new 6c51d44  Use default SysTick interrupt priority.
     new dc0ec1a  Add a short delay to osMailAlloc, since we're no longer calling it in an ISR.
     new 410e6bb  Rewrite the wait-for-ready loop in uart_send_bytes() to actually work.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../TARGET_CRYPTECH_ALPHA/stm32f4xx_hal_conf.h     |   2 +-
 .../TARGET_CRYPTECH_ALPHA/stm32f4xx_hal_msp.c      |  10 --
 .../TARGET_CRYPTECH_ALPHA/stm32f4xx_it.c           |   6 ++
 projects/hsm/hsm.c                                 | 106 ++++++++++++---------
 projects/hsm/mgmt-thread.c                         |   3 +
 stm-init.c                                         |   1 -
 stm-uart.c                                         |  11 ++-
 7 files changed, 76 insertions(+), 63 deletions(-)



More information about the Commits mailing list