Re: [PR] arch/arm/stm32h5: Fix ADC internal channel configuration. [nuttx]

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

Re: [PR] arch/arm/stm32h5: Fix ADC internal channel configuration. [nuttx]

2025-04-14 Thread via GitHub
xiaoxiang781216 merged PR #16207: URL: https://github.com/apache/nuttx/pull/16207 -- 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

[PR] arch/arm/stm32h5: Fix ADC internal channel configuration. [nuttx]

2025-04-14 Thread via GitHub
stbenn opened a new pull request, #16207: URL: https://github.com/apache/nuttx/pull/16207 ## Summary Properly configure internal channels on STM32H5 ADC when selected. The original had incorrect bit masks and configuration for internal channel defines. Original code by @ArrestedL