dakejahl opened a new pull request #1268: URL: https://github.com/apache/incubator-nuttx/pull/1268
## Summary This PR adds support for the STM32F412. This has been tested with the NUCLEO-F412ZG board from ST, as well a custom board using the F412CE. ## Impact The clock tree on the F412 is unique, and therefore I decided to create a new `*rcc.c/h` file such that I don't pollute the common F4 rcc file with even more `#if defined`. ## Testing #### F412ZG - UART - SPI - CAN #### F412CE - UART - SPI - CAN - I2C - DMA ---------------------------------------------------------------- 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