[Cryptech-Commits] [sw/stm32] branch master updated (802a6f3 -> 67837a0)
git at cryptech.is
git at cryptech.is
Wed May 18 19:16:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
fredrik at thulin.net pushed a change to branch master
in repository sw/stm32.
from 802a6f3 build libcli
new e02808a correct LED pinouts for the Alpha
new 3b044e5 FPGA config memory access code from Pavel.
new 18b1193 Write in 4k-chunks, with acks for flow control.
new bc29d48 Add reboot command.
new 257ac2f put some generic CLI code in mgmt-cli.c
new 3109973 A little more robust file transfer
new 5e32bc5 Fix warnings
new 523d1f6 Add FPGA bitstream upload command to cli-test.
new 67837a0 Add a small script to reset the STM32 CPU.
The 9 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:
Makefile | 1 +
bin/{flash-target => reset} | 4 +-
.../TARGET_CRYPTECH_ALPHA/stm32f4xx_hal_conf.h | 2 +-
.../TARGET_CRYPTECH_ALPHA/stm32f4xx_hal_msp.c | 36 ++-
projects/cli-test/Makefile | 2 +-
projects/cli-test/cli-test.c | 236 +++++++++-------
projects/cli-test/filetransfer | 129 +++++++--
projects/cli-test/mgmt-cli.c | 124 +++++++++
stm-led.h => projects/cli-test/mgmt-cli.h | 28 +-
stm-fpgacfg.c | 296 +++++++++++++++++++++
stm-fpgacfg.h | 83 ++++++
stm-init.c | 77 +++++-
stm-led.h | 8 +-
stm-rtc.c | 2 +-
stm-uart.c | 2 +
15 files changed, 883 insertions(+), 147 deletions(-)
copy bin/{flash-target => reset} (85%)
create mode 100644 projects/cli-test/mgmt-cli.c
copy stm-led.h => projects/cli-test/mgmt-cli.h (69%)
create mode 100644 stm-fpgacfg.c
create mode 100644 stm-fpgacfg.h
More information about the Commits
mailing list