[Cryptech-Commits] [sw/stm32] branch ft-dfu-code-loading updated (be280fa -> 2529fb5)
git at cryptech.is
git at cryptech.is
Wed May 25 20:47:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
fredrik at thulin.net pushed a change to branch ft-dfu-code-loading
in repository sw/stm32.
from be280fa non-working code to upload an application and jump to it
new 50036d8 remove non-free files we're not using anyways
adds e9cd8ff Remove duplicate cli-test target
adds 0a95511 Remove unused linker scripts
adds 9bb7988 Add test-mkmif
adds ebe7074 Merge branch 'master' of git.cryptech.is:sw/stm32
adds b0c4128 #include stm32f4xx_hal.h since stm-fmc.h now references HAL symbols.
adds d41a024 Try harder to pick up updates from our submodules.
new e5d76ac Merge remote-tracking branch 'origin/master' into ft-dfu-code-loading
new 2529fb5 More DFU code. This might actually work.
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 | 8 +-
.../TOOLCHAIN_GCC_ARM/STM32F429BI.ld | 20 +-
.../TOOLCHAIN_GCC_ARM/stm32f429bitx.ld | 186 -----------------
.../TARGET_CRYPTECH_ALPHA/cmsis_nvic.c | 3 +-
.../TARGET_CRYPTECH_ALPHA/system_stm32f4xx.c | 9 +-
.../TOOLCHAIN_GCC_ARM/stm32f429bitx.ld | 186 -----------------
projects/cli-test/cli-test.c | 3 +
projects/cli-test/mgmt-dfu.c | 222 +++++++++++++++------
projects/cli-test/mgmt-dfu.h | 2 +
projects/libhal-test/Makefile | 6 +-
stm-fmc.h | 2 +
11 files changed, 199 insertions(+), 448 deletions(-)
delete mode 100644 libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_CRYPTECH_ALPHA/TOOLCHAIN_GCC_ARM/stm32f429bitx.ld
delete mode 100644 libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_CRYPTECH_DEV_BRIDGE/TOOLCHAIN_GCC_ARM/stm32f429bitx.ld
More information about the Commits
mailing list