Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion soc/st/stm32/stm32f4x/Kconfig.soc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ config SOC_STM32F479XX

config SOC
default "stm32f401xc" if SOC_STM32F401XC
default "stm32f401xd" if SOC_STM32F401XD
default "stm32f401xe" if SOC_STM32F401XD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, the name must match the symbol

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, the name must match the symbol

@nordicjm can you elaborate on this comment? That doesn't seem to be explicitly true for, let's say, soc/nordic/nrf52/Kconfig.soc.

zephyrproject-rtos/hal_stm32#276
Some additional context around this draft PR.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name must match the symbol

default "stm32f401xe" if SOC_STM32F401XE
default "stm32f405xx" if SOC_STM32F405XX
default "stm32f407xx" if SOC_STM32F407XE
Expand Down
Loading