Skip to content

Commit

Permalink
soc: st: stm32: stm32f4: change SOC_STM32F405XG to SOC_STM32F405XX
Browse files Browse the repository at this point in the history
Change SOC_STM32F405XG flag to SOC_STM32F405XX since it refers to SoC
stm32f405xx in kconfig.soc

Signed-off-by: Abderrahmane Jarmouni <[email protected]>
  • Loading branch information
ajarmouni-st authored and nordicjm committed Feb 8, 2024
1 parent acfd0ab commit c4ae349
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: Apache-2.0

config BOARD_ADAFRUIT_FEATHER_STM32F405
select SOC_STM32F405XG
select SOC_STM32F405XX
2 changes: 1 addition & 1 deletion boards/olimex/olimex_stm32_h405/Kconfig.olimex_stm32_h405
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: Apache-2.0

config BOARD_OLIMEX_STM32_H405
select SOC_STM32F405XG
select SOC_STM32F405XX
2 changes: 1 addition & 1 deletion boards/olimex/olimex_stm32_p405/Kconfig.olimex_stm32_p405
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: Apache-2.0

config BOARD_OLIMEX_STM32_P405
select SOC_STM32F405XG
select SOC_STM32F405XX
4 changes: 2 additions & 2 deletions soc/st/stm32/stm32f4/Kconfig.defconfig.stm32f405xx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Copyright (c) 2016 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0

if SOC_STM32F405XG
if SOC_STM32F405XX

config NUM_IRQS
default 82

endif # SOC_STM32F405XG
endif # SOC_STM32F405XX
4 changes: 2 additions & 2 deletions soc/st/stm32/stm32f4/Kconfig.soc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ config SOC_STM32F401XE
bool
select SOC_SERIES_STM32F4X

config SOC_STM32F405XG
config SOC_STM32F405XX
bool
select SOC_SERIES_STM32F4X

Expand Down Expand Up @@ -93,7 +93,7 @@ config SOC_STM32F469XX
config SOC
default "stm32f401xc" if SOC_STM32F401XC
default "stm32f401xe" if SOC_STM32F401XE
default "stm32f405xx" if SOC_STM32F405XG
default "stm32f405xx" if SOC_STM32F405XX
default "stm32f407xx" if SOC_STM32F407XE
default "stm32f407xx" if SOC_STM32F407XG
default "stm32f410rx" if SOC_STM32F410RX
Expand Down

0 comments on commit c4ae349

Please sign in to comment.