From 034fb66f77a660dcfa5747e1299ae1ca6b626fd3 Mon Sep 17 00:00:00 2001 From: wgzAIIT <820906721@qq.com> Date: Wed, 23 Mar 2022 12:06:36 +0800 Subject: [PATCH] fix up_registerdump set CONFIG_ARCH_INTERRUPTSTACK --- Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/knsh/defconfig | 1 + .../Nuttx/aiit_board/imxrt1052-ok/configs/libcxxtest/defconfig | 1 + .../Nuttx/aiit_board/imxrt1052-ok/configs/netnsh/defconfig | 1 + Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/nsh/defconfig | 1 + 4 files changed, 4 insertions(+) diff --git a/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/knsh/defconfig b/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/knsh/defconfig index e75a746fc..7bda4e8dd 100644 --- a/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/knsh/defconfig +++ b/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/knsh/defconfig @@ -13,6 +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_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 9c24bd419..34c5b488e 100644 --- a/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/libcxxtest/defconfig +++ b/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/libcxxtest/defconfig @@ -12,6 +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_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 b0986eb9d..18528b672 100644 --- a/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/netnsh/defconfig +++ b/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/netnsh/defconfig @@ -13,6 +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_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 001dbabd2..516ee639e 100644 --- a/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/nsh/defconfig +++ b/Ubiquitous/Nuttx/aiit_board/imxrt1052-ok/configs/nsh/defconfig @@ -12,6 +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_STACKDUMP=y CONFIG_ARMV7M_DCACHE=y CONFIG_ARMV7M_DCACHE_WRITETHROUGH=y