n-ito2222 commented on code in PR #18739:
URL: https://github.com/apache/nuttx/pull/18739#discussion_r3089918552
##########
arch/arm/src/stm32h7/Kconfig:
##########
@@ -335,11 +335,21 @@ config ARCH_CHIP_STM32H755II
select STM32H7_IO_CONFIG_I
select STM32H7_HAVE_FDCAN1
select STM32H7_HAVE_FDCAN2
- select STM32H7_HAVE_SMPS
Review Comment:
HI @raiden00pl
"select STM32H7_HAVE_SMPS" is defined "config STM32H7_STM32H7X5XX".
Therefore, I matched ”ARCH_CHIP_STM32H755II" and "ARCH_CHIP_STM32H755XI".
https://github.com/apache/nuttx/blob/de87075134128ab0bd527407adc7af66bee33ee0/arch/arm/src/stm32h7/Kconfig#L487-L503
Thank,
--
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]