Skip to content

Commit cd81223

Browse files
linguini1acassis
authored andcommitted
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 <matteo.golin@gmail.com>
1 parent 6e8016e commit cd81223

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • boards/arm/tms570/launchxl-tms57004/configs/nsh

boards/arm/tms570/launchxl-tms57004/configs/nsh/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ CONFIG_ARCH_IRQBUTTONS=y
1818
CONFIG_ARCH_LOWVECTORS=y
1919
CONFIG_ARCH_STACKDUMP=y
2020
CONFIG_ARM_TOOLCHAIN_BUILDROOT=y
21+
CONFIG_BOARD_LOOPSPERMSEC=0
2122
CONFIG_BUILTIN=y
2223
CONFIG_FAT_LCNAMES=y
2324
CONFIG_FAT_LFN=y

0 commit comments

Comments
 (0)