xiaoxiang781216 commented on code in PR #19967:
URL: https://github.com/apache/nuttx/pull/19967#discussion_r3856039613
##########
arch/arm/src/common/stm32/Kconfig:
##########
@@ -53,6 +53,11 @@ config STM32_COMMON_L4_H5_L5_U5
default y if STM32_COMMON_L4_L5_U5
default y if ARCH_CHIP_STM32H5
+config STM32_COMMON_M33
+ bool
+ default y if ARCH_CHIP_STM32U3
+ default y if ARCH_CHIP_STM32U5
Review Comment:
why not select STM32_COMMON_M33 under ARCH_CHIP_STM32Ux
--
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]