[Cryptech-Commits] [user/ft/stm32-dev-bridge] branch master updated (3e4f402 -> 1ee0be1)
git at cryptech.is
git at cryptech.is
Wed Sep 2 14:58:28 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 3e4f402 import CMSIS 1.3.2 (from STM32Cube FW_F4 V1.7.0)
new 9ad4206 Import of Pavel's fmc-test application.
new 53beec6 remove CR and trailing whitespace
new 09ef0d0 Enable checking for errors.
new 53e92f8 Delay FMC startup to not upset the Novena at boot.
new 1ee0be1 Make post-mortem analysis using gdb easier.
The 5 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/{uart-test => fmc-test}/Makefile | 5 +-
.../include/stm32f4xx_hal_conf.h | 32 ++-
src/{uart-test => fmc-test}/include/stm32f4xx_it.h | 1 -
src/fmc-test/src/main.c | 292 ++++++++++++++++++++
src/fmc-test/src/stm-fmc.c | 303 +++++++++++++++++++++
src/fmc-test/src/stm-fmc.h | 46 ++++
.../src/stm32f4xx_hal_msp.c | 91 ++++---
src/{uart-test => fmc-test}/src/stm32f4xx_it.c | 21 +-
8 files changed, 749 insertions(+), 42 deletions(-)
copy src/{uart-test => fmc-test}/Makefile (90%)
copy src/{led-test => fmc-test}/include/stm32f4xx_hal_conf.h (94%)
copy src/{uart-test => fmc-test}/include/stm32f4xx_it.h (98%)
create mode 100644 src/fmc-test/src/main.c
create mode 100644 src/fmc-test/src/stm-fmc.c
create mode 100644 src/fmc-test/src/stm-fmc.h
copy src/{uart-test => fmc-test}/src/stm32f4xx_hal_msp.c (68%)
copy src/{uart-test => fmc-test}/src/stm32f4xx_it.c (78%)
More information about the Commits
mailing list