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

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


    from 195ffe71e Add interpreters/toywasm
     new 263f4ab8b crypto:add tinycrypt to apps/crypto
     new fa6aeb3e1 mcuboot:move tinycrypt headfile path from make.defs to 
Makefile

The 2 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:
 README.md                                   |  3 +-
 boot/mcuboot/Make.defs                      |  7 --
 boot/mcuboot/Makefile                       |  3 +
 crypto/tinycrypt/.gitignore                 |  2 +
 crypto/tinycrypt/Kconfig                    | 98 ++++++++++++++++++++++++++++
 crypto/{libtomcrypt => tinycrypt}/Make.defs | 13 ++--
 crypto/tinycrypt/Makefile                   | 99 +++++++++++++++++++++++++++++
 7 files changed, 209 insertions(+), 16 deletions(-)
 create mode 100644 crypto/tinycrypt/.gitignore
 create mode 100644 crypto/tinycrypt/Kconfig
 copy crypto/{libtomcrypt => tinycrypt}/Make.defs (81%)
 create mode 100644 crypto/tinycrypt/Makefile

Reply via email to