[Cryptech-Commits] [sw/stm32] branch ft-dfu-code-loading updated (2529fb5 -> ea0c0ce)

git at cryptech.is git at cryptech.is
Thu May 26 11:27:43 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  2529fb5   More DFU code. This might actually work.
       new  684b0c0   Implement a bootloader.
       new  ea0c0ce   Figure out if the user (me) has a NUCLEO board.

The 2 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                                           |  4 ++
 README.md                                          | 76 ++++++++++++---------
 bin/debug                                          |  4 +-
 bin/flash-target                                   |  5 +-
 bin/reset                                          |  4 +-
 .../TOOLCHAIN_GCC_ARM/STM32F429BI.ld               | 10 ++-
 .../{STM32F429BI.ld => STM32F429BI_bootloader.ld}  |  9 ++-
 .../TARGET_CRYPTECH_ALPHA/system_stm32f4xx.c       |  9 ++-
 projects/{rtos-test => bootloader}/Makefile        |  6 +-
 projects/bootloader/bootloader.c                   | 78 ++++++++++++++++++++++
 projects/cli-test/cli-test.c                       |  3 -
 projects/cli-test/mgmt-dfu.c                       |  2 +-
 12 files changed, 157 insertions(+), 53 deletions(-)
 copy libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_CRYPTECH_ALPHA/TOOLCHAIN_GCC_ARM/{STM32F429BI.ld => STM32F429BI_bootloader.ld} (94%)
 copy projects/{rtos-test => bootloader}/Makefile (65%)
 create mode 100644 projects/bootloader/bootloader.c



More information about the Commits mailing list