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

git at cryptech.is git at cryptech.is
Fri May 27 13:57:22 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  ea0c0ce   Figure out if the user (me) has a NUCLEO board.
       new  24ce728   cli_command_root_node: bugfix missing command callback
       new  92ce4da   DFU working - but no signature validation for now.

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                                           |   1 +
 README.md                                          |   7 +
 projects/cli-test/filetransfer => bin/dfu          |  96 ++++-----
 projects/bootloader/Makefile                       |   4 +-
 projects/bootloader/bootloader.c                   |  88 ++++++--
 projects/{cli-test => bootloader}/crc32.c          |   0
 projects/bootloader/dfu.c                          | 106 +++++++++
 projects/{cli-test/mgmt-dfu.h => bootloader/dfu.h} |  34 ++-
 projects/cli-test/cli-test.c                       |  23 +-
 projects/cli-test/mgmt-cli.h                       |   2 +-
 projects/cli-test/mgmt-dfu.c                       | 237 +++------------------
 projects/cli-test/mgmt-dfu.h                       |  17 +-
 stm-flash.c                                        | 138 ++++++++++++
 projects/cli-test/mgmt-dfu.h => stm-flash.h        |  22 +-
 14 files changed, 469 insertions(+), 306 deletions(-)
 copy projects/cli-test/filetransfer => bin/dfu (70%)
 copy projects/{cli-test => bootloader}/crc32.c (100%)
 create mode 100644 projects/bootloader/dfu.c
 copy projects/{cli-test/mgmt-dfu.h => bootloader/dfu.h} (63%)
 create mode 100644 stm-flash.c
 copy projects/cli-test/mgmt-dfu.h => stm-flash.h (79%)



More information about the Commits mailing list