You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/04/17 01:10:54 UTC

[incubator-nuttx] branch master updated: spresnese/audio_sdk: Add CONFIG_AUDIO to have a warning free build.

This is an automated email from the ASF dual-hosted git repository.

gnutt 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 674ca92  spresnese/audio_sdk: Add CONFIG_AUDIO to have a warning free build.
674ca92 is described below

commit 674ca9248548a6d147a897480773a925fedd72a9
Author: Ouss4 <ab...@gmail.com>
AuthorDate: Fri Apr 17 01:46:59 2020 +0100

    spresnese/audio_sdk: Add CONFIG_AUDIO to have a warning free build.
---
 boards/arm/cxd56xx/spresense/configs/audio_sdk/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/cxd56xx/spresense/configs/audio_sdk/defconfig b/boards/arm/cxd56xx/spresense/configs/audio_sdk/defconfig
index 01e508d..4467af4 100644
--- a/boards/arm/cxd56xx/spresense/configs/audio_sdk/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/audio_sdk/defconfig
@@ -17,6 +17,7 @@ CONFIG_ARCH_CHIP="cxd56xx"
 CONFIG_ARCH_CHIP_CXD56XX=y
 CONFIG_ARCH_STACKDUMP=y
 CONFIG_ARMV7M_USEBASEPRI=y
+CONFIG_AUDIO=y
 CONFIG_BOARD_LOOPSPERMSEC=5434
 CONFIG_BOOT_RUNFROMISRAM=y
 CONFIG_BUILTIN=y