samples: net: sockets: echo_client: Update README.rst

Add information about how to build and test atsamr21_xpro board with
IEEE 802.15.4 RF2xx driver.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
Gerson Fernando Budke 2020-02-09 15:15:44 -03:00 committed by Johan Hedberg
commit 9d9b248965

View file

@ -69,6 +69,24 @@ Example building for the nRF52840_pca10056 with OpenThread support:
:goals: run
:compact:
Example building for the IEEE 802.15.4 RF2XX transceiver:
.. zephyr-app-commands::
:zephyr-app: samples/net/sockets/echo_client
:host-os: unix
:board: [atsamr21_xpro | sam4s_xplained | sam_v71_xult]
:gen-args: -DOVERLAY_CONFIG=overlay-802154.conf
:goals: build flash
:compact:
In a terminal window you can check if communication is happen:
.. code-block:: console
$ minicom -D /dev/ttyACM1
Enabling TLS support
====================