nuttx-apps/examples/optee
George Poulios 30ef8ff845 examples/optee: Introduce an OP-TEE client example
Add an example app that opens a session with the devices pseudo-TA
and enumerates the available devices (prints their UUIDs only).

The example showcases:
 - opening the OP-TEE client driver
 - printing its version
 - opening a session
 - allocating shared memory
 - registering shared memory
 - invoking a function to the TA referencing the shared memory
 - closing the session

Enabled with CONFIG_EXAMPLES_OPTEE.

Signed-off-by: George Poulios <gpoulios@census-labs.com>
2025-05-05 23:58:57 +08:00
..
CMakeLists.txt examples/optee: Introduce an OP-TEE client example 2025-05-05 23:58:57 +08:00
Kconfig examples/optee: Introduce an OP-TEE client example 2025-05-05 23:58:57 +08:00
Make.defs examples/optee: Introduce an OP-TEE client example 2025-05-05 23:58:57 +08:00
Makefile examples/optee: Introduce an OP-TEE client example 2025-05-05 23:58:57 +08:00
optee_main.c examples/optee: Introduce an OP-TEE client example 2025-05-05 23:58:57 +08:00