[Cryptech-Commits] [user/ft/stm32-dev-bridge] branch master updated (e057ddb -> abf70d8)

git at cryptech.is git at cryptech.is
Mon Dec 14 14:36:34 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  e057ddb   init
       new  af155a4   Abort startup on non-working RCC.
       new  e8c6f2b   init, code testing the RTC on the dev-bridge board
       new  ea912e8   output HCLK on startup to see if HSE is used
       new  abf70d8   init, simple LED flasher for the tamper MCU

The 4 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/src/main.c                            |   7 +
 src/led-test/src/stm_init.c                        |  28 +-
 src/{short-test => rtc-test}/Makefile              |   4 +-
 src/{fmc-test => rtc-test}/include/stm-uart.h      |   6 +-
 .../include/stm32f4xx_hal_conf.h                   |   2 +-
 src/{uart-test => rtc-test}/include/stm32f4xx_it.h |   0
 src/{short-test => rtc-test}/include/stm_init.h    |   3 +-
 src/rtc-test/src/main.c                            | 184 +++++
 src/{fmc-test => rtc-test}/src/stm-uart.c          |  64 +-
 .../src/stm32f4xx_hal_msp.c                        |  44 ++
 src/{uart-test => rtc-test}/src/stm32f4xx_it.c     |   0
 src/{uart-test => rtc-test}/src/stm_init.c         |  47 +-
 tamper/src/led-test/build.sh                       |   7 +
 tamper/src/led-test/iotn828.h                      | 847 +++++++++++++++++++++
 tamper/src/led-test/main.c                         |  29 +
 15 files changed, 1218 insertions(+), 54 deletions(-)
 copy src/{short-test => rtc-test}/Makefile (93%)
 copy src/{fmc-test => rtc-test}/include/stm-uart.h (63%)
 copy src/{short-test => rtc-test}/include/stm32f4xx_hal_conf.h (99%)
 copy src/{uart-test => rtc-test}/include/stm32f4xx_it.h (100%)
 copy src/{short-test => rtc-test}/include/stm_init.h (90%)
 create mode 100644 src/rtc-test/src/main.c
 copy src/{fmc-test => rtc-test}/src/stm-uart.c (61%)
 copy src/{uart-test => rtc-test}/src/stm32f4xx_hal_msp.c (77%)
 copy src/{uart-test => rtc-test}/src/stm32f4xx_it.c (100%)
 copy src/{uart-test => rtc-test}/src/stm_init.c (89%)
 create mode 100644 tamper/src/led-test/build.sh
 create mode 100644 tamper/src/led-test/iotn828.h
 create mode 100644 tamper/src/led-test/main.c



More information about the Commits mailing list