dakejahl opened a new pull request, #20006: URL: https://github.com/apache/nuttx/pull/20006
## Summary Add `ARCH_CHIP_STM32F412VG` for the 100-pin 1MB F412. ## Problem The STM32 chip choice only listed F412CE (48-pin, 512 KB) and F412ZG (144-pin, 1 MB). Parts such as STM32F412VGH6 had to select CE, which describes the wrong package and flash size. ## Solution Insert VG in the STM32F4 chip choice and `chip.h` using the 100-pin / 1 MB / 81 I/O counts from the F412 datasheet. Same `STM32_STM32F412` family selects as CE and ZG. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
