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

stm32cube: Remove legacy headers inclusion #209

Merged
merged 1 commit into from
May 30, 2024

Conversation

erwango
Copy link
Member

@erwango erwango commented May 23, 2024

These headers provide redirections from legacy symbols definitions. They are provided only for backward compatibility, but in context of Zephyr integration we're supposed to update stm32 drivers to stay up to date with latest versions ath using deprecated symbols.

Purely remove the inclusion and update symbols used in Zephyr if required.

As a benefit this should minimize the possibility of conflicts with Zephyr or other subsystems API (such as POSIX).

These headers provide redirections from legacy symbols definitions.
They are provided only for backward compatibility, but in context of Zephyr
integration we're supposed to update stm32 drivers to stay up to date
with latest versions ath using deprecated symbols.

Purely remove the inclusion and update symbols used in Zephyr if required.

As a benefit this should minimize the possibility of conflicts with Zephyr
or other subsystems API (such as POSIX).

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
@erwango erwango merged commit 54724a8 into zephyrproject-rtos:main May 30, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants