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

commit 76e216981ea8ab6271f097191302533f751192aa
Author: Masayuki Ishikawa <[email protected]>
AuthorDate: Thu May 21 10:05:31 2020 +0900

    boards: spresense: Increase CONFIG_CXD56_AUDIO_NUM_BUFFERS for streaming
    
    NOTE: http audio streaming is more stable now
    
    Signed-off-by: Masayuki Ishikawa <[email protected]>
---
 boards/arm/cxd56xx/spresense/configs/wifi/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig 
b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
index c8fecce..856f1c6 100644
--- a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
@@ -23,7 +23,7 @@ CONFIG_BOOT_RUNFROMISRAM=y
 CONFIG_BUILTIN=y
 CONFIG_CLOCK_MONOTONIC=y
 CONFIG_CODECS_HASH_MD5=y
-CONFIG_CXD56_AUDIO_NUM_BUFFERS=16
+CONFIG_CXD56_AUDIO_NUM_BUFFERS=32
 CONFIG_CXD56_BINARY=y
 CONFIG_CXD56_DMAC_SPI5_RX=y
 CONFIG_CXD56_DMAC_SPI5_TX=y

Reply via email to