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

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

commit 4752ef36537fb787fdd0d650333e0c9c8a70e98f
Author: Jukka Laitinen <[email protected]>
AuthorDate: Tue Oct 22 15:02:07 2024 +0300

    boards/imx93-evk: Define CONFIG_BOARD_LOOPSPERMSEC
    
    Use value measured with 1.8GHz CPU speed
    
    Signed-off-by: Jukka Laitinen <[email protected]>
---
 boards/arm64/imx9/imx93-evk/configs/bootloader/defconfig | 1 +
 boards/arm64/imx9/imx93-evk/configs/nsh/defconfig        | 1 +
 2 files changed, 2 insertions(+)

diff --git a/boards/arm64/imx9/imx93-evk/configs/bootloader/defconfig 
b/boards/arm64/imx9/imx93-evk/configs/bootloader/defconfig
index 95ff53b67c..9bf2d92f7b 100644
--- a/boards/arm64/imx9/imx93-evk/configs/bootloader/defconfig
+++ b/boards/arm64/imx9/imx93-evk/configs/bootloader/defconfig
@@ -16,6 +16,7 @@ CONFIG_ARCH_CHIP_IMX93=y
 CONFIG_ARCH_CHIP_IMX9=y
 CONFIG_ARCH_INTERRUPTSTACK=4096
 CONFIG_ARM64_DCACHE_DISABLE=y
+CONFIG_BOARD_LOOPSPERMSEC=241712
 CONFIG_BUILTIN=y
 CONFIG_DEBUG_ASSERTIONS=y
 CONFIG_DEBUG_FEATURES=y
diff --git a/boards/arm64/imx9/imx93-evk/configs/nsh/defconfig 
b/boards/arm64/imx9/imx93-evk/configs/nsh/defconfig
index 802d3af972..8bf20e7e9e 100644
--- a/boards/arm64/imx9/imx93-evk/configs/nsh/defconfig
+++ b/boards/arm64/imx9/imx93-evk/configs/nsh/defconfig
@@ -18,6 +18,7 @@ CONFIG_ARCH_CHIP_IMX93=y
 CONFIG_ARCH_CHIP_IMX9=y
 CONFIG_ARCH_EARLY_PRINT=y
 CONFIG_ARCH_INTERRUPTSTACK=4096
+CONFIG_BOARD_LOOPSPERMSEC=241712
 CONFIG_BUILTIN=y
 CONFIG_CDCACM=y
 CONFIG_DEBUG_ASSERTIONS=y

Reply via email to