commit | 004a540063ab6babe2950d9fd21e26b90cd5fd15 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@st.com> | Tue Sep 17 15:29:09 2024 +0200 |
committer | Mahesh Mahadevan <mahesh.mahadevan@nxp.com> | Tue Sep 24 14:28:11 2024 -0500 |
tree | c51c5778a29ab99f8c46925e2c0ff77d11efc8d3 | |
parent | 09d600e442ca91e9d1b7e528e9ce3c5cc35336a2 [diff] |
soc: stm32: common: Fix use of legacy HAL API for debug config HAL_Enable/DisableDBGStopMode() was one of the last usage of HAL definitions from Legacy HAL APIs. Use LL instead to harmonize code across series and remove this dependency. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>