[Cryptech-Commits] [sw/stm32] branch master updated (d8ede68 -> 573363d)
git at cryptech.is
git at cryptech.is
Thu Jun 2 12:57:59 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 d8ede68 Update huart names to reflect change in stm-uart.
new bfcb358 Wait for FPGA_DONE on startup (available on Alpha board)
new 2d08b20 Move FPGA related commands to mgmt-fpga.c
new 9915d1b Implement circular buffer UART RX using interrupts.
new 1b3870d Move the rest of the CLI commands out of cli-test.c.
new ae1ecf8 Use DMA for UART RX instead of interrupts.
new 573363d Merge branch 'ft-uart_it'
The 6 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 | 3 +-
.../TARGET_CRYPTECH_ALPHA/stm32f4xx_hal_msp.c | 59 +++-
.../TARGET_CRYPTECH_ALPHA/stm32f4xx_it.c | 186 +++++++++++
projects/board-test/fmc-test.c | 12 +-
projects/cli-test/Makefile | 2 +-
projects/cli-test/cli-test.c | 365 +--------------------
projects/cli-test/filetransfer | 6 +-
projects/cli-test/mgmt-cli.c | 59 +++-
projects/cli-test/mgmt-cli.h | 9 +
projects/cli-test/mgmt-fpga.c | 136 ++++++++
stm-flash.h => projects/cli-test/mgmt-fpga.h | 24 +-
projects/cli-test/mgmt-misc.c | 137 ++++++++
stm-flash.h => projects/cli-test/mgmt-misc.h | 23 +-
projects/cli-test/mgmt-show.c | 133 ++++++++
stm-flash.h => projects/cli-test/mgmt-show.h | 17 +-
projects/cli-test/mgmt-test.c | 117 +++++++
stm-flash.h => projects/cli-test/mgmt-test.h | 17 +-
projects/hsm/main.c | 7 -
stm-init.c | 29 ++
stm-uart.c | 31 +-
stm-uart.h | 3 +
21 files changed, 944 insertions(+), 431 deletions(-)
create mode 100644 libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_CRYPTECH_ALPHA/stm32f4xx_it.c
create mode 100644 projects/cli-test/mgmt-fpga.c
copy stm-flash.h => projects/cli-test/mgmt-fpga.h (77%)
create mode 100644 projects/cli-test/mgmt-misc.c
copy stm-flash.h => projects/cli-test/mgmt-misc.h (77%)
create mode 100644 projects/cli-test/mgmt-show.c
copy stm-flash.h => projects/cli-test/mgmt-show.h (80%)
create mode 100644 projects/cli-test/mgmt-test.c
copy stm-flash.h => projects/cli-test/mgmt-test.h (80%)
More information about the Commits
mailing list