raiden00pl commented on issue #17004: URL: https://github.com/apache/nuttx/issues/17004#issuecomment-3287749278
@tinnedkarma `CONFIG_BOARD_LOOPSPERMSEC` depends heavily on configuration options such as optimization level, support for vector operations or even the compiler used. The value of this option will be completely different for optimization disabled and full optimization enabled. This can't be per-board configuration, it must be per-config configuration. Unfortunately, it is not very user-friendly and is prone to errors that are difficult to find later (timings errors!). -- 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