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 f9cec1c examples/foc: move the motor controller code to separate files
new c2057d7 crypto: Initial support for mbedtls
new ea49e7e README.md: Add export restriction notice for MbedTLS
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 | 20 +++++
crypto/mbedtls/.gitignore | 2 +
crypto/mbedtls/Kconfig | 80 ++++++++++++++++++
crypto/{libtomcrypt => mbedtls}/Make.defs | 20 +++--
crypto/mbedtls/Makefile | 85 +++++++++++++++++++
.../crypto/mbedtls_config.h | 94 +++++++++++-----------
6 files changed, 250 insertions(+), 51 deletions(-)
create mode 100644 crypto/mbedtls/.gitignore
create mode 100644 crypto/mbedtls/Kconfig
copy crypto/{libtomcrypt => mbedtls}/Make.defs (69%)
create mode 100644 crypto/mbedtls/Makefile
copy examples/fxos8700cq_test/fxos8700cq_main.c =>
include/crypto/mbedtls_config.h (56%)