This is an automated email from the ASF dual-hosted git repository. btashton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 483b145 xtensa/esp32: Fix rt-timer issues add 639093f sim: increase default stack size to 64K on SIM add 73282fe arch/sim: add sim alsa support No new revisions were added by this update. Summary of changes: Kconfig | 2 +- arch/sim/Kconfig | 19 + arch/sim/src/Makefile | 5 + arch/sim/src/sim/up_alsa.c | 731 +++++++++++++++++++++ arch/sim/src/sim/up_idle.c | 4 + arch/sim/src/sim/up_initialize.c | 6 + arch/sim/src/sim/up_internal.h | 7 + boards/sim/sim/sim/configs/{nsh => alsa}/defconfig | 7 +- 8 files changed, 777 insertions(+), 4 deletions(-) create mode 100644 arch/sim/src/sim/up_alsa.c copy boards/sim/sim/sim/configs/{nsh => alsa}/defconfig (92%)