This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 6696d72 boards: spresense: Adjust parameters for wifi and wifi_smp
6696d72 is described below
commit 6696d724940aa9615eff39796980449c4e6999ee
Author: Masayuki Ishikawa <[email protected]>
AuthorDate: Wed Sep 23 20:52:14 2020 +0900
boards: spresense: Adjust parameters for wifi and wifi_smp
Summary:
- This commit adjusts parameters for audio streaming
Impact:
- Only affects spresense:wifi and spresense:wifi_smp
Testing:
- Tested with nxplayer
Signed-off-by: Masayuki Ishikawa <[email protected]>
---
boards/arm/cxd56xx/spresense/configs/wifi/defconfig | 2 ++
boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
index a9d5370..3d35587 100644
--- a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
@@ -25,6 +25,7 @@ CONFIG_CLOCK_MONOTONIC=y
CONFIG_CODECS_HASH_MD5=y
CONFIG_CXD56_AUDIO_BUFFER_SIZE=2048
CONFIG_CXD56_AUDIO_NUM_BUFFERS=32
+CONFIG_CXD56_AUDIO_WORKER_STACKSIZE=1024
CONFIG_CXD56_BINARY=y
CONFIG_CXD56_DMAC_SPI5_RX=y
CONFIG_CXD56_DMAC_SPI5_TX=y
@@ -105,6 +106,7 @@ CONFIG_NSH_READLINE=y
CONFIG_NXPLAYER_HTTP_STREAMING_SUPPORT=y
CONFIG_NXPLAYER_MAINTHREAD_STACKSIZE=3072
CONFIG_PATH_INITIAL="/mnt/sd0/bin"
+CONFIG_PREALLOC_MQ_MSGS=32
CONFIG_PREALLOC_TIMERS=4
CONFIG_RAM_SIZE=1572864
CONFIG_RAM_START=0x0d000000
diff --git a/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig
b/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig
index a7d89d8..235f4b9 100644
--- a/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig
@@ -24,7 +24,8 @@ CONFIG_BUILTIN=y
CONFIG_CLOCK_MONOTONIC=y
CONFIG_CODECS_HASH_MD5=y
CONFIG_CXD56_AUDIO_BUFFER_SIZE=2048
-CONFIG_CXD56_AUDIO_NUM_BUFFERS=32
+CONFIG_CXD56_AUDIO_NUM_BUFFERS=64
+CONFIG_CXD56_AUDIO_WORKER_STACKSIZE=1024
CONFIG_CXD56_BINARY=y
CONFIG_CXD56_DMAC_SPI5_RX=y
CONFIG_CXD56_DMAC_SPI5_TX=y
@@ -110,6 +111,7 @@ CONFIG_NXPLAYER_HTTP_STREAMING_SUPPORT=y
CONFIG_NXPLAYER_MAINTHREAD_STACKSIZE=3072
CONFIG_NXPLAYER_PLAYTHREAD_STACKSIZE=3072
CONFIG_PATH_INITIAL="/mnt/sd0/bin"
+CONFIG_PREALLOC_MQ_MSGS=64
CONFIG_PREALLOC_TIMERS=4
CONFIG_RAM_SIZE=1572864
CONFIG_RAM_START=0x0d000000