mirror of
https://github.com/apache/nuttx.git
synced 2026-08-29 05:10:44 +00: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:
parent
ca3c7c6c73
commit
40e5379c88
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue