[Cryptech-Commits] [sw/stm32] 06/06: Merge branch 'ft-uart_it'

git at cryptech.is git at cryptech.is
Thu Jun 2 12:58:05 UTC 2016


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

fredrik at thulin.net pushed a commit to branch master
in repository sw/stm32.

commit 573363d96582af69dbecf6099bd17a3cc41f5d0f
Merge: bfcb358 ae1ecf8
Author: Fredrik Thulin <fredrik at thulin.net>
AuthorDate: Thu Jun 2 14:57:45 2016 +0200

    Merge branch 'ft-uart_it'

 Makefile                                           |   3 +-
 .../TARGET_CRYPTECH_ALPHA/stm32f4xx_hal_msp.c      |  59 +++-
 .../TARGET_CRYPTECH_ALPHA/stm32f4xx_it.c           | 186 +++++++++++
 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 ++++++++
 projects/cli-test/mgmt-fpga.h                      |  50 +++
 projects/cli-test/mgmt-misc.c                      | 137 ++++++++
 projects/cli-test/mgmt-misc.h                      |  49 +++
 projects/cli-test/mgmt-show.c                      | 133 ++++++++
 projects/cli-test/mgmt-show.h                      |  43 +++
 projects/cli-test/mgmt-test.c                      | 117 +++++++
 projects/cli-test/mgmt-test.h                      |  43 +++
 projects/hsm/main.c                                |   7 -
 stm-init.c                                         |  29 ++
 stm-uart.c                                         |  31 +-
 stm-uart.h                                         |   3 +
 20 files changed, 1073 insertions(+), 394 deletions(-)



More information about the Commits mailing list