tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2212789013
########## Documentation/guides/optee.rst: ########## @@ -14,8 +14,16 @@ not officially supported by NuttX, and is out of the scope of this guide. The driver supports opening and closing sessions, allocating and registering shared memory, and invoking functions on OP-TEE Trusted Applications (TAs). -It does not (yet) support reverse direction commands (TA -> Normal World) -to something like a TEE supplicant. +The driver also supports, reverse direction commands called RPCs +(TA -> Normal World). Some of the RPCs are handled completely by the kernel +driver while others require the TEE supplicant userspace process to be running +by having opened (``/dev/teepriv#``). Similarly to libteec, the supplicant Review Comment: Yes I will create a PR after this one -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org