Skip to content

Commit ade17b8

Browse files
committed
boards/tms570ls31x-usb-kit: 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 <[email protected]>
1 parent 88a6d8a commit ade17b8

File tree

1 file changed

+1
-0
lines changed
  • boards/arm/tms570/tms570ls31x-usb-kit/configs/nsh

1 file changed

+1
-0
lines changed

boards/arm/tms570/tms570ls31x-usb-kit/configs/nsh/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ CONFIG_ARCH_INTERRUPTSTACK=2048
1717
CONFIG_ARCH_IRQBUTTONS=y
1818
CONFIG_ARCH_LOWVECTORS=y
1919
CONFIG_ARCH_STACKDUMP=y
20+
CONFIG_BOARD_LOOPSPERMSEC=0
2021
CONFIG_BUILTIN=y
2122
CONFIG_ELF=y
2223
CONFIG_FAT_LCNAMES=y

0 commit comments

Comments
 (0)