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:
parent
850a200b41
commit
9d9b248965
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
====================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue