Re: [PR] arch/arm/src/samv7: enable GPIO clock even if interrupt not enabled [nuttx]

2025-03-28 Thread via GitHub
lupyuen merged PR #16079: URL: https://github.com/apache/nuttx/pull/16079 -- 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.apac

Re: [PR] arch/arm/src/samv7: enable GPIO clock even if interrupt not enabled [nuttx]

2025-03-26 Thread via GitHub
nuttxpr commented on PR #16079: URL: https://github.com/apache/nuttx/pull/16079#issuecomment-2755197859 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements, al

[PR] arch/arm/src/samv7: enable GPIO clock even if interrupt not enabled [nuttx]

2025-03-26 Thread via GitHub
michallenc opened a new pull request, #16079: URL: https://github.com/apache/nuttx/pull/16079 ## Summary GPIO peripheral clocks have to be enabled even if interrupt support on the peripheral is not enabled, otherwise GPIO input will not work. This is probably caused by input filters that