Skip to content

Commit

Permalink
examples: apps: Update rpc_demo description
Browse files Browse the repository at this point in the history
rpc_demo.c file creates firmware that runs on remote processor.
The current description implies that proxy service is implemented
on remote side which is not true. Fix description and explicitly
mention that proxy service is implemented on host side

Signed-off-by: Tanmay Shah <tanmay.shah@amd.com>
  • Loading branch information
tnmysh committed Oct 13, 2022
1 parent 03c80a1 commit 8a17d90
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/examples/rpc_demo/rpc_demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
*/

/*
* This is a sample demonstration application that showcases usage of proxy from the remote core.
* This application is meant to run on the remote CPU running baremetal.
* This application can print to the host console and perform file I/O using proxy mechanism.
* This sample code demonstrates how to use file system of host processor
* using proxy mechanism. Proxy service is implemented on host processor.
* This application can print to the host console, take input from host console
* and perform regular file I/O such as open, read, write and close.
*/

#include <stdio.h>
Expand Down

0 comments on commit 8a17d90

Please sign in to comment.