mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 17:43:22 +08:00
arch/stm32: add common STM32 Kconfig support
Add the shared STM32 Kconfig include and introduce the hidden common ARCH_CHIP_STM32 selector used by concrete STM32 families. Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
@@ -1746,6 +1746,9 @@ endif
|
||||
if ARCH_CHIP_STM32WL5
|
||||
source "arch/arm/src/stm32wl5/Kconfig"
|
||||
endif
|
||||
if ARCH_CHIP_STM32
|
||||
source "arch/arm/src/common/stm32/Kconfig"
|
||||
endif
|
||||
if ARCH_CHIP_STR71X
|
||||
source "arch/arm/src/str71x/Kconfig"
|
||||
endif
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+25
-1009
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user