cederom commented on code in PR #17011: URL: https://github.com/apache/nuttx/pull/17011#discussion_r2452540675
########## 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: Thank you guys! How does these two changes proposed by @linguini1 here and @Fix-Point CLOCKDEVICE live together? Would that fix delays in SIM after @linguini1 work from this PR is included and boards are updated? Or this will be completely alternative functionality aside to existing timers/delays implementation? :-) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
