driver sends rpc to firmware #226
YixinSong-e
started this conversation in
General
Replies: 1 comment 2 replies
-
There is no documentation yet. The logical API for Kernel->Firmware calls is the same as User->Kernel ones, so #157 (comment) would be relevant here as well, but we need to write those docs first. The RPC layer is not obfuscated, and if you want to go on an exploratory journey, you could breakpoint at e.g. _kgspRpcSendMessage then look up the stack at which RPC type that is and what the params are. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a document summary all the API for sending the RPC interface to the firmware?
Beta Was this translation helpful? Give feedback.
All reactions