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 e53ca22  trng: kinetis: seed RNGA with SIM->UIDL
     new a28ab7e  crypto: k64f: rename to kinetis
     new dfd1cbc  kinetis: crypto: add initial LTC support
     new 164ecd5  bsp: frdm-k82f: enable CRYPTO acceleration

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:
 hw/bsp/frdm-k64f/pkg.yml                           |   2 +-
 hw/bsp/frdm-k64f/src/hal_bsp.c                     |   4 +-
 hw/bsp/frdm-k82f/pkg.yml                           |   3 +
 hw/bsp/frdm-k82f/src/hal_bsp.c                     |  15 +++
 hw/bsp/frdm-k82f/syscfg.yml                        |   2 +
 .../include/crypto_kinetis/crypto_kinetis.h}       |   8 +-
 .../crypto/{crypto_k64f => crypto_kinetis}/pkg.yml |   4 +-
 .../src/crypto_kinetis.c}                          | 141 ++++++++++++++++++---
 .../src/crypto_kinetis_cau.c}                      |   2 +-
 .../{crypto_k64f => crypto_kinetis}/syscfg.yml     |  10 ++
 10 files changed, 163 insertions(+), 28 deletions(-)
 rename hw/drivers/crypto/{crypto_k64f/include/crypto_k64f/crypto_k64f.h => 
crypto_kinetis/include/crypto_kinetis/crypto_kinetis.h} (85%)
 rename hw/drivers/crypto/{crypto_k64f => crypto_kinetis}/pkg.yml (91%)
 rename hw/drivers/crypto/{crypto_k64f/src/crypto_k64f.c => 
crypto_kinetis/src/crypto_kinetis.c} (50%)
 rename hw/drivers/crypto/{crypto_k64f/src/crypto_k64f_cau.c => 
crypto_kinetis/src/crypto_kinetis_cau.c} (98%)
 rename hw/drivers/crypto/{crypto_k64f => crypto_kinetis}/syscfg.yml (76%)

Reply via email to