acassis commented on code in PR #17318: URL: https://github.com/apache/nuttx/pull/17318#discussion_r2518344104
########## arch/arm/src/armv8-r/arm_arch_timer.c: ########## @@ -417,3 +417,10 @@ void arm_arch_timer_secondary_init() #endif } #endif + +int up_timer_trigger(void) Review Comment: @wangchdo please include a reference to this new up_timer_trigger in some Documentation pages, the only place where I found up_trigger_irq() was here: https://nuttx.apache.org/docs/latest/guides/zerolatencyinterrupts.html -- 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]
