nuttx-apps/examples/optee
George Poulios 677089b912 examples/optee: Correct use of shm reg id and flags
Previous version of optee example was using id during
shm registration as input whereas it is an output
variable. It was also specifying flags to dictate the
behaviour whereas the latest implementation of the
driver prohibits their use. This commit addresses
those issues.

Signed-off-by: George Poulios <gpoulios@census-labs.com>
2025-05-13 21:17:51 +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: Correct use of shm reg id and flags 2025-05-13 21:17:51 +08:00