Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/app/sm_dtr_ri.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ The following image illustrates the DTR and RI signal behavior in relation to th

DTR/RI signal diagram

The :ref:`sm_at_client_shell_sample` sample and :ref:`lib_sm_at_client` library show an example of how to use DTR and RI signals in an external MCU application.
The :ref:`sm_samples` and :ref:`lib_sm_at_client` library show an example of how to use DTR and RI signals in an external MCU application.
327 changes: 327 additions & 0 deletions doc/images/samples_overview.svg
Comment thread
SeppoTakalo marked this conversation as resolved.
Comment thread
SeppoTakalo marked this conversation as resolved.
Comment thread
SeppoTakalo marked this conversation as resolved.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It includes host examples in the form of the |SM| AT Client library and the |SM|

gsg_guide
app/README
samples/sm_at_client_shell
samples/README
drivers/dtr_uart
lib/sm_at_client
migration_notes
Expand Down
8 changes: 7 additions & 1 deletion doc/links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@
.. _`Serial Terminal app`: https://docs.nordicsemi.com/bundle/nrf-connect-serial-terminal/page/index.html
.. _`Board Configurator app`: https://docs.nordicsemi.com/bundle/nrf-connect-board-configurator/page/index.html

.. ### docs.zephyrproject.org/

.. _`Zephyr Networking`: https://docs.zephyrproject.org/latest/connectivity/networking/index.html
.. _`Zephyr Network APIs`: https://docs.zephyrproject.org/latest/connectivity/networking/api/apis.html
.. _`Zephyr Modem modules`: https://docs.zephyrproject.org/latest/services/modem/index.html
.. _`zperf: Network Traffic Generator`: https://docs.zephyrproject.org/latest/connectivity/networking/api/zperf.html

.. ### github.com

.. _`github_release`: https://github.com/nrfconnect/ncs-serial-modem/releases
Expand All @@ -86,7 +93,6 @@
.. ### others

.. _`Private addresses`: https://en.wikipedia.org/wiki/IP_address#Private_addresses
.. _`Zephyr Network APIs`: https://docs.zephyrproject.org/latest/connectivity/networking/api/apis.html#network-apis

.. _`3GPP TS 27.010`: https://www.etsi.org/deliver/etsi_ts/127000_127099/127010/18.00.00_60/ts_127010v180000p.pdf
.. _`3GPP TS 27.007`: https://www.etsi.org/deliver/etsi_ts/127000_127099/127007/18.06.00_60/ts_127007v180600p.pdf
Loading