This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
from 32e7a7f nshlib: support c++ access nsh api
new 178745b Add support for libtommath
new 15731d7 Add support for libtomcrypt
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:
{wireless/ieee802154 => crypto}/.gitignore | 0
{platform => crypto}/Make.defs | 4 +-
{canutils => crypto}/Makefile | 4 +-
crypto/libtomcrypt/.gitignore | 2 +
crypto/libtomcrypt/Kconfig | 57 ++++++
.../nuttx => crypto/libtomcrypt}/Make.defs | 16 +-
crypto/libtomcrypt/Makefile | 224 +++++++++++++++++++++
crypto/libtomcrypt/digit-bit.patch | 11 +
crypto/libtomcrypt/ltcrypt-flush.patch | 10 +
{wireless/ieee802154 => math}/.gitignore | 0
{platform => math}/Make.defs | 4 +-
{canutils => math}/Makefile | 4 +-
math/libtommath/.gitignore | 2 +
math/libtommath/Kconfig | 101 ++++++++++
.../pdcurs34/nuttx => math/libtommath}/Make.defs | 16 +-
math/libtommath/Makefile | 112 +++++++++++
16 files changed, 541 insertions(+), 26 deletions(-)
copy {wireless/ieee802154 => crypto}/.gitignore (100%)
copy {platform => crypto}/Make.defs (92%)
copy {canutils => crypto}/Makefile (93%)
create mode 100644 crypto/libtomcrypt/.gitignore
create mode 100644 crypto/libtomcrypt/Kconfig
copy {graphics/pdcurs34/nuttx => crypto/libtomcrypt}/Make.defs (72%)
create mode 100644 crypto/libtomcrypt/Makefile
create mode 100644 crypto/libtomcrypt/digit-bit.patch
create mode 100644 crypto/libtomcrypt/ltcrypt-flush.patch
copy {wireless/ieee802154 => math}/.gitignore (100%)
copy {platform => math}/Make.defs (93%)
copy {canutils => math}/Makefile (94%)
create mode 100644 math/libtommath/.gitignore
create mode 100644 math/libtommath/Kconfig
copy {graphics/pdcurs34/nuttx => math/libtommath}/Make.defs (74%)
create mode 100644 math/libtommath/Makefile