raiden00pl commented on code in PR #10826: URL: https://github.com/apache/nuttx/pull/10826#discussion_r1341082081
########## 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: Can we merge it as it is now ? This logic is also present in stm32, so it'll be better to change everything at once. I prefer to solve this in a separate PR after https://github.com/apache/nuttx/pull/10834/ merged -- 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