This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


    from 1e490d3fb dropbear: rename libtomcrypt symbols to avoid NuttX 
collisions
     new 4d3bb6e7c audioutils/morsey: Add the Morsey library
     new c814059f6 examples/txmorse: Example application for transmitting Morse 
code

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 audioutils/morsey/.gitignore                       |   1 +
 audioutils/morsey/Kconfig                          |   6 +
 audioutils/{lame => morsey}/Make.defs              |   6 +-
 audioutils/{rtttl-c => morsey}/Makefile            |  34 +--
 .../osperf => examples/txmorse}/CMakeLists.txt     |  12 +-
 {benchmarks/ramspeed => examples/txmorse}/Kconfig  |  22 +-
 {audioutils/lame => examples/txmorse}/Make.defs    |   6 +-
 {boot/nxboot => examples/txmorse}/Makefile         |  16 +-
 examples/txmorse/txmorse_main.c                    | 294 +++++++++++++++++++++
 include/.gitignore                                 |   1 +
 10 files changed, 349 insertions(+), 49 deletions(-)
 create mode 100644 audioutils/morsey/.gitignore
 create mode 100644 audioutils/morsey/Kconfig
 copy audioutils/{lame => morsey}/Make.defs (89%)
 copy audioutils/{rtttl-c => morsey}/Makefile (58%)
 copy {benchmarks/osperf => examples/txmorse}/CMakeLists.txt (83%)
 copy {benchmarks/ramspeed => examples/txmorse}/Kconfig (50%)
 copy {audioutils/lame => examples/txmorse}/Make.defs (89%)
 copy {boot/nxboot => examples/txmorse}/Makefile (80%)
 create mode 100644 examples/txmorse/txmorse_main.c

Reply via email to