[Cryptech-Commits] [sw/stm32] branch master updated (a80b0fa -> e3db117)

git at cryptech.is git at cryptech.is
Sat Jun 25 19:17:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a change to branch master
in repository sw/stm32.

      from  a80b0fa   Don't mess with HAL_RSA_USE_MODEXP here, that's libhal's job.
      adds  41d7655   Start unwinding subrepository hairball: remove submodules.
      adds  aa90cb4   Finish unwinding subrepository hairball: VPATH setup.
      adds  e3db117   Split LIB*_DIR into _SRC and _BLD.

No new revisions were added by this update.

Summary of changes:
 .gitignore                             |  5 ++--
 .gitmodules                            |  9 -------
 Makefile                               | 42 +++++++++++++++++--------------
 libraries/libcli                       |  1 -
 libraries/libcli/Makefile              | 10 ++++++++
 libraries/libhal                       |  1 -
 libraries/libhal/Makefile              | 10 ++++++++
 libraries/libhal/tests/Makefile        | 10 ++++++++
 libraries/libhal/utils/Makefile        | 10 ++++++++
 libraries/libtfm/Makefile              | 46 ++++++++++++++++++++++++++++++++++
 libraries/libtfm/tomsfastmath/Makefile |  8 ++++++
 libraries/thirdparty/libtfm            |  1 -
 projects/cli-test/Makefile             |  6 ++---
 projects/hsm/Makefile                  | 12 ++++++---
 projects/libhal-test/Makefile          |  6 ++---
 15 files changed, 134 insertions(+), 43 deletions(-)
 delete mode 100644 .gitmodules
 delete mode 160000 libraries/libcli
 create mode 100644 libraries/libcli/Makefile
 delete mode 160000 libraries/libhal
 create mode 100644 libraries/libhal/Makefile
 create mode 100644 libraries/libhal/tests/Makefile
 create mode 100644 libraries/libhal/utils/Makefile
 create mode 100644 libraries/libtfm/Makefile
 create mode 100644 libraries/libtfm/tomsfastmath/Makefile
 delete mode 160000 libraries/thirdparty/libtfm



More information about the Commits mailing list