Re: [PR] Fix arch perf events ifdef in alarm [nuttx]

2025-06-06 Thread via GitHub
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

Re: [PR] Fix arch perf events ifdef in alarm [nuttx]

2025-06-05 Thread via GitHub
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

Re: [PR] Fix arch perf events ifdef in alarm [nuttx]

2025-06-04 Thread via GitHub
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

[PR] Fix arch perf events ifdef in alarm [nuttx]

2025-06-04 Thread via GitHub
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. ##