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/nuttx.git

commit 47b27321d5ca9023af036c8e3731534095982344
Author: raiden00pl <raide...@railab.me>
AuthorDate: Wed Nov 29 16:55:36 2023 +0100

    boards/sim/nxscope: remove CONFIG_ALLSYMS=y
    
    this option adds some python dependencies for mkallsyms.py and we don't 
need it for this example
---
 boards/sim/sim/sim/configs/nxscope/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/sim/sim/sim/configs/nxscope/defconfig 
b/boards/sim/sim/sim/configs/nxscope/defconfig
index 00b8e47f3a..986931983e 100644
--- a/boards/sim/sim/sim/configs/nxscope/defconfig
+++ b/boards/sim/sim/sim/configs/nxscope/defconfig
@@ -6,7 +6,6 @@
 # modifications.
 #
 # CONFIG_NSH_CMDOPT_HEXDUMP is not set
-CONFIG_ALLSYMS=y
 CONFIG_ARCH="sim"
 CONFIG_ARCH_BOARD="sim"
 CONFIG_ARCH_BOARD_SIM=y

Reply via email to