comejv opened a new pull request, #16765: URL: https://github.com/apache/nuttx/pull/16765
## Summary Updates `nucleo-stm32h743zi/include/board.h` and `nucleo-stm32h743zi` to add initialization for ADC2 and more channels and their pin mappings. ## Impact This change makes it easier for newcommers to use all ADCs of the board, and hopefully enables better CI. ## Testing Tested by building with `cmake` a custom NuttX app that reads /dev/adc0 and /dev/adc1 and sends them through serial for me to view them. Board used is the `nucleo H753ZI` (identical to 743). Ran `git diff --cached | ./tools/checkpatch.sh -` to check for formatting rules adherence. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org