Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soc: stm32: update SOC_SERIES values for consistency #69325

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

erwango
Copy link
Member

@erwango erwango commented Feb 22, 2024

New hwm rule requires SOC_SERIES value matches SOC_SERIES_STM32C0X format (see #69325).
So rename stm32c0 as stm32c0x

As SOC_SERIES is used by CMake to establish include path soc/st/stm32/stm32c0x (using add_subdirectory(${SOC_SERIES})), rename pathes as well.

This last change was not mandatory (fiddling with CMake directive was a possible, less impact, option), but I'm choosing it for consistency.

SOC related symbols are defined in Kconfig.soc

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
SOC symbol is expected to match SOC_SERIES_FOO symbol.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
Since symbol is used by CMake to locate matching series folder, rename
folders.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
@nordicjm nordicjm merged commit 7458775 into zephyrproject-rtos:collab-hwm Feb 22, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: STM32 ST Micro STM32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants