boards/nucleo-l412kb: enable ADC#21566
Conversation
ebe136e to
7816da2
Compare
maribu
left a comment
There was a problem hiding this comment.
Thx a lot ❤️
The code looks good and I trust in your testing
Which testing 👀
But yeah, let's hope it works as it is similar enough. |
|
Thank you for your trust ... but as @crasbe notices I don't have this boards and only look at documentation for similar board and check if BTW. There is probably some problem with Murdock - from few days all full merge at 2 o'clock failed, in most cases due to some bizzare timeouts. Moreover, failed test for this PR is associated with timeout, too ... and I don't think that this is this PR fault. |
|
Yes, that error is unrelated to your code. The timing tests are a bit finnicky lately which probably correlates to load on the CI servers. I was waiting for a response from @maribu before putting it back on the queue. |
|
@maribu - can me move this PR little forward? |
Contribution description
This PR enables ADC for
nucleo-l412kbboard.I don't have access to this boards, but because ADC pinout is the same as for
nucleo-l432kc(see board manual tables 15 and 16) code should works fine. I compile code without any warnings.Testing procedure
Flash the board using
tests/periph/adcandtests/periph/vbatprograms.The outputs should be similar to the ones presented in #21238 (comment)
Issues/PRs references
None.