occam25 opened a new pull request, #7359: URL: https://github.com/apache/incubator-nuttx/pull/7359
## Summary Added support for STM32H7B3LI MCU and its internal flash. For that, I created a ARCH_CHIP_STM32H7B3LI to enable the MCU. This configuration selects CONFIG_STM32H7_STM32H7B3XX. When this config is enabled the new flash implementation is used. (Note that the existing CONFIG_STM32H7_STM32H7X3XX uses a different flash implementation that is not valid for this MCU) Also, SMPS configuration has been added, with the STM32H7_PWR_DIRECT_SMPS_SUPPLY config to use direct SMPS supply. ## Testing Tested in our custom board. -- 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