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/nuttx-apps.git
from 7f3246cfd cmake:migrate apps CMakeLists for [audioutils benchmarks]
new 81f9fb5e0 crypto: add Eclipse tinydtls support
new 7b066ed0d netutils: add Eclipse Wakaama support
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:
LICENSE | 47 +++++++++++++
{boot/mcuboot => crypto/tinydtls}/.gitignore | 2 +-
crypto/tinydtls/CMakeLists.txt | 92 +++++++++++++++++++++++++
crypto/tinydtls/Kconfig | 19 ++++++
{boot/mcuboot => netutils/wakaama}/.gitignore | 2 +-
netutils/wakaama/CMakeLists.txt | 98 +++++++++++++++++++++++++++
netutils/wakaama/Kconfig | 83 +++++++++++++++++++++++
netutils/wakaama/examples.cmake | 96 ++++++++++++++++++++++++++
8 files changed, 437 insertions(+), 2 deletions(-)
copy {boot/mcuboot => crypto/tinydtls}/.gitignore (50%)
create mode 100644 crypto/tinydtls/CMakeLists.txt
create mode 100644 crypto/tinydtls/Kconfig
copy {boot/mcuboot => netutils/wakaama}/.gitignore (52%)
create mode 100644 netutils/wakaama/CMakeLists.txt
create mode 100644 netutils/wakaama/Kconfig
create mode 100644 netutils/wakaama/examples.cmake