[Cryptech-Commits] [sw/stm32] branch master updated (7b80c54 -> 5af4a91)
git at cryptech.is
git at cryptech.is
Mon Oct 16 01:40:06 UTC 2017
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 7b80c54 Make fmc-test less chatty.
new c746ed3 Cleanup: Remove useless (unsigned < 0) test.
new 4026cce Cleanup: signed/unsigned mismatches, mostly in loop counters
new b159bf0 Cleanup 'unused parameter' warnings, a couple of which are actual coding errors.
new 5af4a91 Cleanup: All drivers return HAL_StatusTypeDef rather than magic values.
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:
Makefile | 2 +-
libraries/libcli/Makefile | 1 +
libraries/libhal/Makefile | 2 +
libraries/libtfm/Makefile | 2 +-
libraries/mbed/Makefile | 2 +
.../TARGET_CRYPTECH_ALPHA/stm32f4xx_hal_msp.c | 4 +
.../TARGET_CRYPTECH_ALPHA/stm32f4xx_it.c | 6 +
projects/board-test/keystore-perf.c | 22 +--
projects/board-test/spiflash-perf.c | 16 +-
projects/cli-test/mgmt-cli.c | 8 +-
projects/cli-test/mgmt-dfu.c | 13 ++
projects/cli-test/mgmt-fpga.c | 34 ++++-
projects/cli-test/mgmt-keystore.c | 28 +++-
projects/cli-test/mgmt-masterkey.c | 16 ++
projects/cli-test/mgmt-misc.c | 14 +-
projects/cli-test/mgmt-misc.h | 2 +-
projects/cli-test/mgmt-show.c | 34 ++++-
projects/cli-test/mgmt-test.c | 4 +
projects/cli-test/test-fmc.c | 4 +-
projects/cli-test/test-mkmif.c | 36 +++--
projects/hsm/hsm.c | 2 +-
projects/hsm/mgmt-bootloader.c | 11 +-
projects/hsm/mgmt-cli.c | 8 +-
projects/hsm/mgmt-firmware.c | 5 +-
projects/hsm/mgmt-fpga.c | 36 +++--
projects/hsm/mgmt-keystore.c | 20 ++-
projects/hsm/mgmt-masterkey.c | 16 ++
projects/hsm/mgmt-misc.c | 6 +-
projects/hsm/mgmt-misc.h | 3 +-
projects/hsm/mgmt-task.c | 4 +
projects/libhal-test/gettimeofday.c | 2 +
projects/libhal-test/printf.c | 6 +-
spiflash_n25q128.c | 166 ++++++++-------------
spiflash_n25q128.h | 14 +-
stm-flash.c | 39 +++--
stm-flash.h | 7 +-
stm-fmc.c | 32 ++--
stm-fmc.h | 4 +-
stm-fpgacfg.c | 11 +-
stm-fpgacfg.h | 8 +-
stm-keystore.c | 26 +---
stm-keystore.h | 15 +-
stm-rtc.c | 4 +-
stm-uart.c | 2 +-
syscalls.c | 5 +
45 files changed, 420 insertions(+), 282 deletions(-)
More information about the Commits
mailing list