[Cryptech-Commits] [sw/stm32] branch master updated (2385031 -> b333546)

git at cryptech.is git at cryptech.is
Mon Dec 3 22:35:37 UTC 2018


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 2385031  Increase cli task, and move it to SDRAM, because main RAM is getting full.
     new 97034ed  Add loop unrolling to bring the profilable mem* functions closer to newlib, because memset is called a LOT in the course of RSA signing, and we need to understand how much time we're actually spending there.
     new e99737c  Clean up the profiling code to the point where I stand a chance of understanding it 6 months from now.
     new b333546  Re-delete SysTick_hook (commit 9ffead1), which somehow crept back in.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libraries/libprof/Makefile                         |   6 +-
 libraries/libprof/gmon.c                           | 427 +++++++++------------
 libraries/libprof/gmon.h                           |  57 +--
 memfunc.c => libraries/libprof/memfunc.c           |  52 ++-
 libraries/libprof/profil.c                         |  96 -----
 libraries/libprof/profil.h                         |  60 ---
 .../TARGET_CRYPTECH_ALPHA/stm32f4xx_it.c           |   7 -
 projects/hsm/Makefile                              |   1 -
 8 files changed, 240 insertions(+), 466 deletions(-)
 rename memfunc.c => libraries/libprof/memfunc.c (52%)
 delete mode 100644 libraries/libprof/profil.c
 delete mode 100644 libraries/libprof/profil.h



More information about the Commits mailing list