linguini1 commented on code in PR #17011: URL: https://github.com/apache/nuttx/pull/17011#discussion_r2376573961
########## boards/sim/sim/sim/configs/vncserver/defconfig: ########## @@ -12,6 +12,7 @@ CONFIG_ARCH_BOARD_SIM=y CONFIG_ARCH_CHIP="sim" CONFIG_ARCH_SIM=y CONFIG_BOARD_LATE_INITIALIZE=y +CONFIG_BOARD_LOOPSPERMSEC=0 Review Comment: > ARCH_ALARM/ARCH_TIMER After looking into this, I realize this is not true. `up_ndelay` uses `up_udelaycoarse` which relies on LOOPSPERMSEC. This is a weak definition though, so it may be overwritten sometimes. I think it's more complicated than checking for `ARCH_ALARM`. Also, there is no `ARCH_TIMER`, only `ARCH_TIMER_HOOK`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org