xiaoxiang781216 merged PR #16487:
URL: https://github.com/apache/nuttx/pull/16487
--
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...@nu
jlaitine commented on PR #16487:
URL: https://github.com/apache/nuttx/pull/16487#issuecomment-2943057764
Now, if this works I still need to squash the first and third patch;
otherwise there is a non-compiling point in the middle for many targets
preventing e.g. bisecting.
--
This is an a
jlaitine commented on PR #16487:
URL: https://github.com/apache/nuttx/pull/16487#issuecomment-2942967366
No, it is a mess. I'll give it one more try.
--
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
jlaitine opened a new pull request, #16487:
URL: https://github.com/apache/nuttx/pull/16487
## Summary
This fixes the ifdef in drivers/timers/arch_alarm.c, which may cause linking
errors when architecture defines up_perf_* functions, but doesn't enable
ARCH_PERF_EVENTS.
##