samples: net: sockets: echo_server: 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
cc91a734d9
commit
19e6497d32
1 changed files with 16 additions and 0 deletions
|
@ -73,6 +73,22 @@ Example building for the nRF52840_pca10056 with OpenThread support:
|
||||||
:goals: run
|
:goals: run
|
||||||
:compact:
|
:compact:
|
||||||
|
|
||||||
|
Example building for the atsamr21_xpro with RF2XX driver support:
|
||||||
|
|
||||||
|
.. zephyr-app-commands::
|
||||||
|
:zephyr-app: samples/net/sockets/echo_server
|
||||||
|
:host-os: unix
|
||||||
|
:board: [atsamr21_xpro | sam4e_xpro | 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/ttyACM0
|
||||||
|
|
||||||
Enabling TLS support
|
Enabling TLS support
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue