linguini1 opened a new pull request, #19493: URL: https://github.com/apache/nuttx/pull/19493
## Summary Adds documentation for the new Morse code features added in: https://github.com/apache/nuttx-apps/pull/3653 Also adds a configuration for sim so that users can play with the example. **The twin pull request must be merged before this one passes CI.** Commit summary: ### docs/sim: Document txmorse configuration Document configuration with txmorse example. ### boards/sim: Add configuration for Morse code example Adds a configuration for a Morse code example. ### docs/applications/txmorse: Document the txmorse application Documents how to use the txmorse application and how it can be extended to support other output devices besides the console and GPIO. ### docs/applications/audioutils: Document Morsey library Includes documentation about how to include and use the Morsey library for transmitting Morse code. ## Impact Users can understand the new Morse code features with documentation, and they can also play with the example on sim. ## Testing Local documentation build. Output on `sim:txmorse`: ```console nsh> txmorse "sos sos sos" ... --- .../... --- .../... --- ... nsh> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
