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
187 changes: 0 additions & 187 deletions doc/app/PPP_linux.rst

This file was deleted.

3 changes: 1 addition & 2 deletions doc/app/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ See the subpages for how to use the application, how to extend it, and informati
sm_build_and_run
sm_logging
sm_configuration
nRF91_as_Zephyr_modem
PPP_linux
sm_cellular_modem
sm_data_mode
sm_extending
sm_testing
3 changes: 1 addition & 2 deletions doc/app/at_cmux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ The maximum length of the information field in UIH frames is configurable using

.. note::

To use the nRF91 Series SiP as a standalone modem in Zephyr, see :ref:`sm_as_zephyr_modem`.
To use the nRF91 Series SiP as a modem for a Linux device, see :ref:`sm_as_linux_modem`.
To use the nRF91 Series SiP as a cellular dial-up PPP modem, see :ref:`sm_cellular_modem`.

CMUX is enabled in |SM| by compiling it with the appropriate configuration files, depending on your use case.
See the :ref:`sm_config_files` section for more information.
Expand Down
6 changes: 1 addition & 5 deletions doc/app/at_ppp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ PPP AT commands

This page describes AT commands related to the Point-to-Point Protocol (PPP).

.. note::

To use the nRF91 Series SiP as a standalone modem in Zephyr, see the :ref:`sm_as_zephyr_modem` documentation.

PPP is enabled in |SM| by compiling it with the appropriate configuration files, depending on your use case (with or without CMUX).
See the :ref:`sm_config_files` section for more information.

Expand Down Expand Up @@ -228,7 +224,7 @@ Testing on Linux

You can test |SM|'s PPP on Linux by using the ``pppd`` command.
This section describes a configuration without CMUX.
If you are using CMUX, see :ref:`sm_as_linux_modem` for more information on setting it up.
If you are using CMUX, see :ref:`sm_cellular_modem` for more information on setting it up.

For the process described here, |SM|'s UARTs must be connected to the Linux host.

Expand Down
100 changes: 0 additions & 100 deletions doc/app/nRF91_as_Zephyr_modem.rst

This file was deleted.

Loading