xiaoxiang781216 commented on code in PR #10826: URL: https://github.com/apache/nuttx/pull/10826#discussion_r1340905110
########## arch/arm/src/nrf52/nrf52_start.c: ########## @@ -203,6 +203,10 @@ void __start(void) nrf52_enable_profile(true); #endif +#if defined(CONFIG_SCHED_IRQMONITOR) || defined(CONFIG_SEGGER_SYSVIEW) Review Comment: but CONFIG_ARCH_PERF_EVENTS=n, arch_timer.c will provide implementation of up_perf. -- 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