This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit c6722e9c53a0b95ce18a2ecbff588a3a2c5679fb Author: Matteo Golin <[email protected]> AuthorDate: Mon Jul 20 20:56:04 2026 -0400 docs/sim: Document txmorse configuration Document configuration with txmorse example. Signed-off-by: Matteo Golin <[email protected]> --- Documentation/platforms/sim/sim/boards/sim/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation/platforms/sim/sim/boards/sim/index.rst b/Documentation/platforms/sim/sim/boards/sim/index.rst index 3f080122eb7..c9d133dc1ad 100644 --- a/Documentation/platforms/sim/sim/boards/sim/index.rst +++ b/Documentation/platforms/sim/sim/boards/sim/index.rst @@ -1476,6 +1476,19 @@ An example usage: hello nsh> +txmorse +------- + +This is a configuration with :doc:`the Morse transmitter example +</applications/examples/txmorse/index>` using the :doc:`Morsey library +</applications/audioutils/morsey/index>`. + +.. code:: console + + nsh> txmorse "sos sos sos" + ... --- .../... --- .../... --- ... + nsh> + udgram ------
