audioutils/morsey: Add the Morsey library

This commit adds the Morsey library (Apache 2.0 licensed) to be
downloaded from an external repository so it can be used in NuttX
applications.

This library parses ASCII text into Morse code marks to be played by a
user-implemented 'transmit' function (i.e. over an LED, buzzer, audio
sink, etc.).

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
This commit is contained in:
Matteo Golin 2026-07-20 18:27:22 -04:00
parent 1e490d3fbe
commit ffe49fcd6c
No known key found for this signature in database
GPG key ID: 49190B6AD4D14EA6
5 changed files with 83 additions and 0 deletions

1
include/.gitignore vendored
View file

@ -1,3 +1,4 @@
/netutils/cJSON.h
/netutils/cJSON_Utils.h
/audioutils/rtttl.h
/audioutils/morsey.h