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 2020/05/27 12:14:51 UTC

[mynewt-core] branch master updated (8541539 -> 435d999)

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 8541539  Merge pull request #2293 from caspermeijn/temp_nrf52
     add 435d999  da1469x: add initial crypto driver

No new revisions were added by this update.

Summary of changes:
 .../include/crypto_da1469x/crypto_da1469x.h}       |   8 +-
 .../crypto/{crypto_k64f => crypto_da1469x}/pkg.yml |   4 +-
 .../crypto/crypto_da1469x/src/crypto_da1469x.c     | 246 +++++++++++++++++++++
 .../{crypto_stm32 => crypto_da1469x}/syscfg.yml    |   0
 hw/mcu/dialog/da1469x/pkg.yml                      |   3 +
 hw/mcu/dialog/da1469x/src/da1469x_periph.c         |  25 +++
 hw/mcu/dialog/da1469x/syscfg.yml                   |   4 +
 7 files changed, 284 insertions(+), 6 deletions(-)
 copy hw/drivers/crypto/{crypto_stm32/include/crypto_stm32/crypto_stm32.h => crypto_da1469x/include/crypto_da1469x/crypto_da1469x.h} (85%)
 copy hw/drivers/crypto/{crypto_k64f => crypto_da1469x}/pkg.yml (91%)
 create mode 100644 hw/drivers/crypto/crypto_da1469x/src/crypto_da1469x.c
 copy hw/drivers/crypto/{crypto_stm32 => crypto_da1469x}/syscfg.yml (100%)