btashton opened a new pull request #3217: URL: https://github.com/apache/incubator-nuttx/pull/3217
## Summary This adds board support for the nucleo-h743i2. The actual board is unfortunatly quite a bit different than the rev1 that we already have. Previously I tried to handle this though the board specific Kconfig, but makes it much more complicated This is one of the higher end STM32 boards. With this I have created two configurations, one that is just the small nsh. The other is a "jumbo" configuration which I am trying to use to highlight a lot of the features in NuttX. I plan to continue to expand this and also use this to track down some bugs that I have found. In a follow on PR I can start to add more detailed documentation to our documentation page for this board. ## Impact Added board support. ## Testing Local testing, see the README. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org