[Cryptech-Commits] [sw/stm32] branch master updated (d41a024 -> 13d9bfb)
git at cryptech.is
git at cryptech.is
Fri May 27 19:59:11 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 d41a024 Try harder to pick up updates from our submodules.
adds 640163b make 'test sdram' take number of iterations as argument
new 0009ba2 Merge branch 'master' of git.cryptech.is.:sw/stm32
adds be280fa non-working code to upload an application and jump to it
adds 50036d8 remove non-free files we're not using anyways
adds e5d76ac Merge remote-tracking branch 'origin/master' into ft-dfu-code-loading
adds 2529fb5 More DFU code. This might actually work.
adds 684b0c0 Implement a bootloader.
adds ea0c0ce Figure out if the user (me) has a NUCLEO board.
adds 24ce728 cli_command_root_node: bugfix missing command callback
adds 92ce4da DFU working - but no signature validation for now.
new 854a8ba formatting
new 13d9bfb Merge branch 'ft-dfu-code-loading'
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 | 5 +
README.md | 83 ++++++++-----
bin/debug | 4 +-
projects/cli-test/filetransfer => bin/dfu | 87 +++++++------
bin/flash-target | 5 +-
bin/reset | 4 +-
.../TOOLCHAIN_GCC_ARM/STM32F429BI.ld | 31 ++++-
.../{STM32F429BI.ld => STM32F429BI_bootloader.ld} | 30 ++++-
.../TARGET_CRYPTECH_ALPHA/system_stm32f4xx.c | 6 +-
projects/{rtos-test => bootloader}/Makefile | 10 +-
projects/bootloader/bootloader.c | 126 +++++++++++++++++++
projects/{cli-test => bootloader}/crc32.c | 0
projects/bootloader/dfu.c | 106 ++++++++++++++++
.../{cli-test/test_sdram.h => bootloader/dfu.h} | 40 ++++--
projects/cli-test/Makefile | 2 +-
projects/cli-test/cli-test.c | 45 +++++--
projects/cli-test/filetransfer | 9 ++
projects/cli-test/mgmt-cli.c | 1 -
projects/cli-test/mgmt-cli.h | 4 +-
projects/cli-test/mgmt-dfu.c | 120 ++++++++++++++++++
projects/cli-test/{test_sdram.h => mgmt-dfu.h} | 37 ++++--
projects/cli-test/test_sdram.h | 5 +
stm-flash.c | 138 +++++++++++++++++++++
projects/cli-test/test_sdram.h => stm-flash.h | 20 +--
24 files changed, 778 insertions(+), 140 deletions(-)
copy projects/cli-test/filetransfer => bin/dfu (74%)
copy libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_CRYPTECH_ALPHA/TOOLCHAIN_GCC_ARM/{STM32F429BI.ld => STM32F429BI_bootloader.ld} (76%)
copy projects/{rtos-test => bootloader}/Makefile (54%)
create mode 100644 projects/bootloader/bootloader.c
copy projects/{cli-test => bootloader}/crc32.c (100%)
create mode 100644 projects/bootloader/dfu.c
copy projects/{cli-test/test_sdram.h => bootloader/dfu.h} (62%)
create mode 100644 projects/cli-test/mgmt-dfu.c
copy projects/cli-test/{test_sdram.h => mgmt-dfu.h} (65%)
create mode 100644 stm-flash.c
copy projects/cli-test/test_sdram.h => stm-flash.h (78%)
More information about the Commits
mailing list