You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2021/02/22 10:02:46 UTC

[mynewt-core] branch master updated (5651eab -> c6ef274)

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 5651eab  Merge pull request #2493 from stuffmatic/rust-blinky-build-profile-fix
     new ba4dc70  apps: hash_test: add single byte multi-write test
     new 62a9598  hw: drivers: hash_stm32: fix stream support
     new c6ef274  Merge pull request #2494 from utzig/fix-stm32-hash-stream

The 9927 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:
 apps/hash_test/src/main.c                         | 190 +++++++++++++++++-----
 hw/drivers/hash/hash_stm32/include/hash_context.h |  19 ++-
 hw/drivers/hash/hash_stm32/src/hash_stm32.c       |  50 ++++--
 3 files changed, 208 insertions(+), 51 deletions(-)