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/12/09 11:36:09 UTC

[incubator-nuttx] branch master updated: arm/cortex-m23: armv8-m baseline do not support mem-fault

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


The following commit(s) were added to refs/heads/master by this push:
     new 99fa58c  arm/cortex-m23: armv8-m baseline do not support mem-fault
99fa58c is described below

commit 99fa58c871acd346b23b81e3d7c64ac67d4a2615
Author: chao.an <an...@xiaomi.com>
AuthorDate: Thu Dec 9 17:28:25 2021 +0800

    arm/cortex-m23: armv8-m baseline do not support mem-fault
    
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 arch/arm/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3db49ca..016fd2f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -716,7 +716,6 @@ config ARCH_CORTEXM23
 	select ARCH_HAVE_RESET
 	select ARCH_HAVE_TESTSET
 	select ARCH_HAVE_HARDFAULT_DEBUG
-	select ARCH_HAVE_MEMFAULT_DEBUG
 
 config ARCH_CORTEXM33
 	bool