From b868fb6c8a8ac826e0e78e2fb6bf7f17088f8652 Mon Sep 17 00:00:00 2001 From: wgzAIIT <820906721@qq.com> Date: Wed, 23 Mar 2022 14:01:13 +0800 Subject: [PATCH] fix up_registerdump set CONFIG_ARCH_INTERRUPTSTACK=10240 --- Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/knsh/defconfig | 2 +- .../Nuttx/aiit_board/imxrt1052-ok/configs/libcxxtest/defconfig | 2 +- .../Nuttx/aiit_board/imxrt1052-ok/configs/netnsh/defconfig | 2 +- Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/nsh/defconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/knsh/defconfig b/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/knsh/defconfig index 7bda4e8dd..15a659983 100644 --- a/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/knsh/defconfig +++ b/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/knsh/defconfig @@ -13,7 +13,7 @@ CONFIG_ARCH_BOARD_IMXRT1052_OK=y CONFIG_ARCH_CHIP="imxrt" CONFIG_ARCH_CHIP_IMXRT=y CONFIG_ARCH_CHIP_MIMXRT1052CVL5B=y -CONFIG_ARCH_INTERRUPTSTACK=1536 +CONFIG_ARCH_INTERRUPTSTACK=10240 CONFIG_ARCH_STACKDUMP=y CONFIG_ARMV7M_DCACHE=y CONFIG_ARMV7M_DCACHE_WRITETHROUGH=y diff --git a/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/libcxxtest/defconfig b/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/libcxxtest/defconfig index 34c5b488e..aca6fb61d 100644 --- a/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/libcxxtest/defconfig +++ b/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/libcxxtest/defconfig @@ -12,7 +12,7 @@ CONFIG_ARCH_BOARD_IMXRT1052_OK=y CONFIG_ARCH_CHIP="imxrt" CONFIG_ARCH_CHIP_IMXRT=y CONFIG_ARCH_CHIP_MIMXRT1052CVL5B=y -CONFIG_ARCH_INTERRUPTSTACK=1536 +CONFIG_ARCH_INTERRUPTSTACK=10240 CONFIG_ARCH_STACKDUMP=y CONFIG_BOARD_LATE_INITIALIZE=y CONFIG_BOARD_LOOPSPERMSEC=20000 diff --git a/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/netnsh/defconfig b/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/netnsh/defconfig index 18528b672..8cd6f8ecf 100644 --- a/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/netnsh/defconfig +++ b/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/netnsh/defconfig @@ -13,7 +13,7 @@ CONFIG_ARCH_BOARD_IMXRT1052_OK=y CONFIG_ARCH_CHIP="imxrt" CONFIG_ARCH_CHIP_IMXRT=y CONFIG_ARCH_CHIP_MIMXRT1052CVL5B=y -CONFIG_ARCH_INTERRUPTSTACK=1536 +CONFIG_ARCH_INTERRUPTSTACK=10240 CONFIG_ARCH_STACKDUMP=y CONFIG_ARMV7M_DCACHE=y CONFIG_ARMV7M_DCACHE_WRITETHROUGH=y diff --git a/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/nsh/defconfig b/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/nsh/defconfig index 516ee639e..9b4920876 100644 --- a/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/nsh/defconfig +++ b/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/nsh/defconfig @@ -12,7 +12,7 @@ CONFIG_ARCH_BOARD_IMXRT1052_OK=y CONFIG_ARCH_CHIP="imxrt" CONFIG_ARCH_CHIP_IMXRT=y CONFIG_ARCH_CHIP_MIMXRT1052CVL5B=y -CONFIG_ARCH_INTERRUPTSTACK=1536 +CONFIG_ARCH_INTERRUPTSTACK=10240 CONFIG_ARCH_STACKDUMP=y CONFIG_ARMV7M_DCACHE=y CONFIG_ARMV7M_DCACHE_WRITETHROUGH=y