samples: net: http_server: Add information about overlays
Enhance documentation and add overlay information to readme file. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
171f687136
commit
9cb3490762
1 changed files with 14 additions and 0 deletions
|
@ -20,6 +20,20 @@ Requirement
|
|||
Building and running the server
|
||||
-------------------------------
|
||||
|
||||
There are configuration files for various setups in the
|
||||
:zephyr_file:`samples/net/sockets/http_server` directory:
|
||||
|
||||
.. list-table::
|
||||
|
||||
* - :zephyr_file:`prj.conf <samples/net/sockets/http_server/prj.conf>`
|
||||
- This is the standard default config.
|
||||
|
||||
* - :zephyr_file:`ieee802154-overlay.conf <samples/net/sockets/http_server/ieee802154-overlay.conf>`
|
||||
- This overlay config can be added for IEEE 802.15.4 support.
|
||||
|
||||
* - :zephyr_file:`overlay-netusb.conf <samples/net/sockets/http_server/overlay-netusb.conf>`
|
||||
- This overlay config can be added for connecting via network USB.
|
||||
|
||||
To build and run the application:
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue