You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/03 09:13:25 UTC

[incubator-nuttx] 03/03: boards: raspberrypi-pico: Update smp/defconfig

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

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 4a9c07fab1c99d5f05c59ac809501d4558315495
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Sat Jul 3 09:16:05 2021 +0900

    boards: raspberrypi-pico: Update smp/defconfig
    
    Summary:
    - This commit adds CONFIG_ARCH_INTERRUPTSTACK=2048 to smp/defconfig
    
    Impact:
    - raspberrypi-pico:smp only
    
    Testing:
    - Tested with ostest
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/arm/rp2040/raspberrypi-pico/configs/smp/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/rp2040/raspberrypi-pico/configs/smp/defconfig b/boards/arm/rp2040/raspberrypi-pico/configs/smp/defconfig
index 7f35050..f7524ae 100644
--- a/boards/arm/rp2040/raspberrypi-pico/configs/smp/defconfig
+++ b/boards/arm/rp2040/raspberrypi-pico/configs/smp/defconfig
@@ -19,6 +19,7 @@ CONFIG_ARCH_BOARD="raspberrypi-pico"
 CONFIG_ARCH_BOARD_RASPBERRYPI_PICO=y
 CONFIG_ARCH_CHIP="rp2040"
 CONFIG_ARCH_CHIP_RP2040=y
+CONFIG_ARCH_INTERRUPTSTACK=2048
 CONFIG_ARCH_RAMVECTORS=y
 CONFIG_ARCH_STACKDUMP=y
 CONFIG_BOARDCTL_RESET=y