Skip to content

Commit

Permalink
stm32cube: Remove legacy headers inclusion
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
erwango committed May 23, 2024
1 parent ed93098 commit dc7ec85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stm32cube/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ foreach(stm_soc ${stm_socs})
zephyr_include_directories(
${stm_soc}x/soc
${stm_soc}x/drivers/include
${stm_soc}x/drivers/include/Legacy
)

add_subdirectory(${stm_soc}x)
Expand Down

0 comments on commit dc7ec85

Please sign in to comment.