[Cryptech-Commits] [user/ft/stm32-dev-bridge] branch master updated (1ee0be1 -> 8af6e5c)

git at cryptech.is git at cryptech.is
Thu Sep 10 08:52:42 UTC 2015


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

fredrik at thulin.net pushed a change to branch master
in repository user/ft/stm32-dev-bridge.

      from  1ee0be1   Make post-mortem analysis using gdb easier.
       new  f194c02   emacs indentation
       new  b5f7b6b   Implement UART outputing of results
       new  8af6e5c   Add application useful in helping identifying electrical shorts.

The 3 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:
 src/fmc-test/Makefile                              |   2 +-
 src/fmc-test/include/stm-uart.h                    |  16 ++
 src/fmc-test/include/stm32f4xx_hal_conf.h          |   2 +-
 src/fmc-test/src/main.c                            | 273 ++++++++++++---------
 src/fmc-test/src/stm-fmc.c                         | 232 ++++++++---------
 src/fmc-test/src/stm-uart.c                        |  83 +++++++
 src/fmc-test/src/stm32f4xx_hal_msp.c               | 134 ++++++----
 src/fmc-test/src/stm32f4xx_it.c                    |  66 ++---
 src/{uart-test => short-test}/Makefile             |   2 +-
 src/short-test/README                              |  15 ++
 .../include/stm32f4xx_hal_conf.h                   |   0
 .../include/stm32f4xx_it.h                         |   0
 src/{uart-test => short-test}/include/stm_init.h   |   2 +-
 src/short-test/src/main.c                          | 270 ++++++++++++++++++++
 src/short-test/src/stm32f4xx_hal_msp.c             |  77 ++++++
 src/{uart-test => short-test}/src/stm32f4xx_it.c   |   0
 src/{uart-test => short-test}/src/stm_init.c       |   0
 17 files changed, 858 insertions(+), 316 deletions(-)
 create mode 100644 src/fmc-test/include/stm-uart.h
 create mode 100644 src/fmc-test/src/stm-uart.c
 copy src/{uart-test => short-test}/Makefile (98%)
 create mode 100644 src/short-test/README
 copy src/{uart-test => short-test}/include/stm32f4xx_hal_conf.h (100%)
 copy src/{uart-test => short-test}/include/stm32f4xx_it.h (100%)
 copy src/{uart-test => short-test}/include/stm_init.h (91%)
 create mode 100644 src/short-test/src/main.c
 create mode 100644 src/short-test/src/stm32f4xx_hal_msp.c
 copy src/{uart-test => short-test}/src/stm32f4xx_it.c (100%)
 copy src/{uart-test => short-test}/src/stm_init.c (100%)



More information about the Commits mailing list