This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 3eb45695daeec7b77cbb4f09d159e3dff38fe5a0
Author: Matteo Golin <[email protected]>
AuthorDate: Fri Jan 16 14:21:29 2026 -0500

    boards/avaota-a1: Correct LOOPSPERMSEC value
    
    Use calibrated CONFIG_BOARD_LOOPSPERMSEC value for board configurations.
    
    Signed-off-by: Matteo Golin <[email protected]>
---
 boards/arm64/a527/avaota-a1/configs/nsh/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm64/a527/avaota-a1/configs/nsh/defconfig 
b/boards/arm64/a527/avaota-a1/configs/nsh/defconfig
index fba87e794f4..a6f60966c32 100644
--- a/boards/arm64/a527/avaota-a1/configs/nsh/defconfig
+++ b/boards/arm64/a527/avaota-a1/configs/nsh/defconfig
@@ -43,6 +43,7 @@ CONFIG_ARCH_USE_MMU=y
 CONFIG_ARM64_STRING_FUNCTION=y
 CONFIG_BOARDCTL_ROMDISK=y
 CONFIG_BOARD_LATE_INITIALIZE=y
+CONFIG_BOARD_LOOPSPERMSEC=201847
 CONFIG_BUILD_KERNEL=y
 CONFIG_DEBUG_ASSERTIONS=y
 CONFIG_DEBUG_ASSERTIONS_EXPRESSION=y

Reply via email to