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 57e761f72 build: Omit default priority ELF symbol.
new a5c0e9c18 apps/games/NXDoom: Add support for RTTTL DOOM theme
new b42589e8e games/NXDoom: Fix warnings in i_pcsound module
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:
games/NXDoom/Kconfig | 19 ++
games/NXDoom/Makefile | 6 +
games/NXDoom/src/i_pcsound.c | 46 +++-
games/NXDoom/src/i_rtttl_music.c | 522 +++++++++++++++++++++++++++++++++++++++
games/NXDoom/src/i_sound.c | 22 +-
games/NXDoom/src/i_sound.h | 8 +-
6 files changed, 600 insertions(+), 23 deletions(-)
create mode 100644 games/NXDoom/src/i_rtttl_music.c