[Cryptech-Commits] [sw/stm32] branch master updated (fd60daa -> 6265025)
git at cryptech.is
git at cryptech.is
Mon May 23 20:01:14 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 fd60daa Bugfix erasing sector 0.
new 578d7f5 reindent/reformat to closer resemble rest of code base
new 50f9d40 commit bugfix from Pavel fixing initialization of the second SDRAM chip
new 6265025 SDRAM initialization and test code from Pavel.
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:
Makefile | 1 +
.../TARGET_CRYPTECH_ALPHA/stm32f4xx_hal_conf.h | 2 +-
.../TARGET_CRYPTECH_ALPHA/stm32f4xx_hal_msp.c | 9 +
.../TARGET_STM/TARGET_STM32F4/stm32f4xx_ll_fmc.c | 98 +++--
projects/cli-test/Makefile | 2 +-
projects/cli-test/cli-test.c | 98 +++--
projects/cli-test/mgmt-cli.c | 4 -
projects/cli-test/mgmt-cli.h | 33 +-
projects/cli-test/test_sdram.c | 274 ++++++++++++++
stm-fmc.h => projects/cli-test/test_sdram.h | 25 +-
stm-fmc.c | 398 ++++++++-------------
stm-fmc.h | 22 +-
stm-init.c | 21 --
stm-init.h | 19 +
stm-sdram.c | 267 ++++++++++++++
stm-keystore.h => stm-sdram.h | 127 +++----
16 files changed, 982 insertions(+), 418 deletions(-)
create mode 100644 projects/cli-test/test_sdram.c
copy stm-fmc.h => projects/cli-test/test_sdram.h (75%)
create mode 100644 stm-sdram.c
copy stm-keystore.h => stm-sdram.h (54%)
More information about the Commits
mailing list