raiden00pl commented on code in PR #19967:
URL: https://github.com/apache/nuttx/pull/19967#discussion_r3860344700


##########
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:
   All similar flags are done the same way in this file. This is a workaround 
for circular dependency. These flags are temporary, eventually the helper flags 
will be removed, but they are required for the migration period.



-- 
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]

Reply via email to