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


The following commit(s) were added to refs/heads/master by this push:
     new 92db85fecf6 boards/imxrt/arcx-socket-grid: Remove debug symbols
92db85fecf6 is described below

commit 92db85fecf6753123bcd1f481e443a7596aa4167
Author: Alan Carvalho de Assis <acas...@gmail.com>
AuthorDate: Sun Aug 10 19:10:58 2025 -0300

    boards/imxrt/arcx-socket-grid: Remove debug symbols
    
    Remove the debug symbols from "usbdisk" board profile and change
    the optimization level from "-Os" to "-O2" to fix ehci error.
    
    Signed-off-by: Alan C. Assis <acas...@gmail.com>
---
 boards/arm/imxrt/arcx-socket-grid/configs/usbdisk/defconfig | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/boards/arm/imxrt/arcx-socket-grid/configs/usbdisk/defconfig 
b/boards/arm/imxrt/arcx-socket-grid/configs/usbdisk/defconfig
index bc91e9320bb..ff107025ab3 100644
--- a/boards/arm/imxrt/arcx-socket-grid/configs/usbdisk/defconfig
+++ b/boards/arm/imxrt/arcx-socket-grid/configs/usbdisk/defconfig
@@ -17,16 +17,7 @@ CONFIG_ARMV7M_DCACHE_WRITETHROUGH=y
 CONFIG_ARMV7M_ICACHE=y
 CONFIG_BOARD_LOOPSPERMSEC=104926
 CONFIG_BUILTIN=y
-CONFIG_DEBUG_FEATURES=y
-CONFIG_DEBUG_FS=y
-CONFIG_DEBUG_FS_ERROR=y
-CONFIG_DEBUG_FS_WARN=y
-CONFIG_DEBUG_FULLOPT=y
-CONFIG_DEBUG_SCHED=y
-CONFIG_DEBUG_SCHED_ERROR=y
-CONFIG_DEBUG_SCHED_INFO=y
-CONFIG_DEBUG_SCHED_WARN=y
-CONFIG_DEBUG_SYMBOLS=y
+CONFIG_DEBUG_CUSTOMOPT=y
 CONFIG_FAT_LCNAMES=y
 CONFIG_FAT_LFN=y
 CONFIG_FS_FAT=y

Reply via email to