mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
boards/phy6222: 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>
This commit is contained in:
committed by
Alan C. Assis
parent
ca3c7c6c73
commit
40e5379c88
@@ -19,6 +19,7 @@ CONFIG_ARCH_CHIP="phy62xx"
|
||||
CONFIG_ARCH_CHIP_PHY6222=y
|
||||
CONFIG_ARCH_CHIP_PHY62XX=y
|
||||
CONFIG_BOARD_LATE_INITIALIZE=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=0
|
||||
CONFIG_DEBUG_FULLOPT=y
|
||||
CONFIG_DEBUG_SYMBOLS=y
|
||||
CONFIG_DEFAULT_SMALL=y
|
||||
|
||||
@@ -40,6 +40,7 @@ CONFIG_ARCH_CHIP="phy62xx"
|
||||
CONFIG_ARCH_CHIP_PHY6222=y
|
||||
CONFIG_ARCH_CHIP_PHY62XX=y
|
||||
CONFIG_BOARD_LATE_INITIALIZE=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=0
|
||||
CONFIG_BUILTIN=y
|
||||
CONFIG_DEBUG_FULLOPT=y
|
||||
CONFIG_DEBUG_SYMBOLS=y
|
||||
|
||||
Reference in New Issue
Block a user