mirror of
https://github.com/OpenAMP/open-amp.git
synced 2026-09-26 12:28:32 +08:00
examples: apps: Update rpc_demo description
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>
This commit is contained in:
committed by
Arnaud Pouliquen
parent
4f2d0c2106
commit
988da0074d
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user