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 0fbeae7f0 uORB/sensor: Add timestamp for GNSS data
new 677089b91 examples/optee: Correct use of shm reg id and flags
new 67db0af4e tee/libteec: Add optee_client/libteec library
new 7b383d056 examples/optee_gp: Add a OP-TEE GP API client example
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:
examples/optee/optee_main.c | 42 ++---
.../osperf => examples/optee_gp}/CMakeLists.txt | 12 +-
examples/{optee => optee_gp}/Kconfig | 19 ++-
{benchmarks/fio => examples/optee_gp}/Make.defs | 6 +-
{boot/nxboot => examples/optee_gp}/Makefile | 16 +-
examples/optee_gp/optee_gp_main.c | 190 +++++++++++++++++++++
{audioutils => tee}/.gitignore | 0
{canutils => tee}/CMakeLists.txt | 4 +-
{crypto => tee}/Make.defs | 4 +-
{crypto => tee}/Makefile | 4 +-
tee/libteec/.gitignore | 3 +
tee/libteec/0001-libteec-NuttX.patch | 47 +++++
tee/libteec/CMakeLists.txt | 59 +++++++
tee/libteec/Kconfig | 45 +++++
tee/libteec/Make.defs | 46 +++++
tee/libteec/Makefile | 52 ++++++
16 files changed, 497 insertions(+), 52 deletions(-)
copy {benchmarks/osperf => examples/optee_gp}/CMakeLists.txt (83%)
copy examples/{optee => optee_gp}/Kconfig (52%)
copy {benchmarks/fio => examples/optee_gp}/Make.defs (89%)
copy {boot/nxboot => examples/optee_gp}/Makefile (77%)
create mode 100644 examples/optee_gp/optee_gp_main.c
copy {audioutils => tee}/.gitignore (100%)
copy {canutils => tee}/CMakeLists.txt (92%)
copy {crypto => tee}/Make.defs (92%)
copy {crypto => tee}/Makefile (93%)
create mode 100644 tee/libteec/.gitignore
create mode 100644 tee/libteec/0001-libteec-NuttX.patch
create mode 100644 tee/libteec/CMakeLists.txt
create mode 100644 tee/libteec/Kconfig
create mode 100644 tee/libteec/Make.defs
create mode 100644 tee/libteec/Makefile