From f68a719f4cd9c465c5463dd779138dee8141e6fc Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Wed, 4 Apr 2018 12:46:16 +0200 Subject: [PATCH] ping/README: add examples subsection --- repos/os/src/app/ping/README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/repos/os/src/app/ping/README b/repos/os/src/app/ping/README index 6de9622451..ca4d3c9e88 100644 --- a/repos/os/src/app/ping/README +++ b/repos/os/src/app/ping/README @@ -46,3 +46,10 @@ This is an overview of the sessions required and provided by the component apart from the environment sessions: * Requires one Timer session. + + +Examples +~~~~~~~~ + +Examples of how to use the ping component can be found in the test scripts +'os/run/ping.run' and 'os/run/ping_nic_router.run'.