Re: [PR] {bp-16137} arch/stm32f0l0g0/stm32_adc.c: fix ADC calibration [nuttx]

2025-04-06 Thread via GitHub
xiaoxiang781216 merged PR #16141: URL: https://github.com/apache/nuttx/pull/16141 -- 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] {bp-16137} arch/stm32f0l0g0/stm32_adc.c: fix ADC calibration [nuttx]

2025-04-06 Thread via GitHub
nuttxpr commented on PR #16141: URL: https://github.com/apache/nuttx/pull/16141#issuecomment-2781287421 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR does not fully meet the NuttX requirements.

[PR] {bp-16137} arch/stm32f0l0g0/stm32_adc.c: fix ADC calibration [nuttx]

2025-04-06 Thread via GitHub
jerpelea opened a new pull request, #16141: URL: https://github.com/apache/nuttx/pull/16141 ## Summary Fix and enable ADC calibration. The ADC voltage regulator must be enabled and regulator start-up time must be respected. tested on nucleo-c071rb and b-l072z-lrwan1 ## I