From cd81223ac4d41d4ddd29d3ffcd2f15302c928590 Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Fri, 16 Jan 2026 14:39:19 -0500 Subject: [PATCH] boards/launchxl-tms57004: Set LOOPSPERMSEC=0 to avoid build errors This board does not have a calibrated LOOPSPERMSEC value despite needing one in order for correct operation. This commits sets the value to 0 so that CI builds may pass, but users who build this board will see a warning indicate the steps for calibrating a new value. Signed-off-by: Matteo Golin --- boards/arm/tms570/launchxl-tms57004/configs/nsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/tms570/launchxl-tms57004/configs/nsh/defconfig b/boards/arm/tms570/launchxl-tms57004/configs/nsh/defconfig index 4725695382f..644185000c1 100644 --- a/boards/arm/tms570/launchxl-tms57004/configs/nsh/defconfig +++ b/boards/arm/tms570/launchxl-tms57004/configs/nsh/defconfig @@ -18,6 +18,7 @@ CONFIG_ARCH_IRQBUTTONS=y CONFIG_ARCH_LOWVECTORS=y CONFIG_ARCH_STACKDUMP=y CONFIG_ARM_TOOLCHAIN_BUILDROOT=y +CONFIG_BOARD_LOOPSPERMSEC=0 CONFIG_BUILTIN=y CONFIG_FAT_LCNAMES=y CONFIG_FAT_LFN=y