You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/11/04 13:48:23 UTC

[incubator-nuttx] branch master updated (483b145 -> 73282fe)

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%)