File tree Expand file tree Collapse file tree 19 files changed +70
-72
lines changed Expand file tree Collapse file tree 19 files changed +70
-72
lines changed Original file line number Diff line number Diff line change 88#include <clock_control/clock_stm32_ll_common.h>
99#include <soc.h>
1010
11- #include <stm32c0xx_ll_cortex.h>
12- #include <stm32c0xx_ll_pwr.h>
13- #include <stm32c0xx.h>
11+ #include <stm32_ll_cortex.h>
12+ #include <stm32_ll_pwr.h>
1413
1514#include <zephyr/kernel.h>
1615#include <zephyr/logging/log.h>
Original file line number Diff line number Diff line change 55 */
66
77#include <clock_control/clock_stm32_ll_common.h>
8- #include <stm32f1xx_ll_cortex .h>
9- #include <stm32f1xx_ll_pwr .h>
8+ #include <stm32_ll_cortex .h>
9+ #include <stm32_ll_pwr .h>
1010
1111#include <zephyr/kernel.h>
1212#include <zephyr/logging/log.h>
Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: Apache-2.0
55 */
66
7- #include <stm32f1xx_ll_cortex .h>
8- #include <stm32f1xx_ll_pwr .h>
7+ #include <stm32_ll_cortex .h>
8+ #include <stm32_ll_pwr .h>
99
1010#include <zephyr/kernel.h>
1111#include <zephyr/sys/poweroff.h>
Original file line number Diff line number Diff line change 1313#include <zephyr/init.h>
1414
1515#include <stm32_ll_system.h>
16- #include <stm32f1xx_ll_bus .h>
16+ #include <stm32_ll_bus .h>
1717
1818#include <cmsis_core.h>
1919
Original file line number Diff line number Diff line change 77#include <clock_control/clock_stm32_ll_common.h>
88#include <soc.h>
99
10- #include <stm32f4xx_ll_bus.h>
11- #include <stm32f4xx_ll_cortex.h>
12- #include <stm32f4xx_ll_pwr.h>
13- #include <stm32f4xx.h>
10+ #include <stm32_ll_bus.h>
11+ #include <stm32_ll_cortex.h>
12+ #include <stm32_ll_pwr.h>
1413
1514#include <zephyr/drivers/clock_control/stm32_clock_control.h>
1615#include <zephyr/drivers/counter.h>
Original file line number Diff line number Diff line change 99#include <soc.h>
1010#include <zephyr/init.h>
1111
12- #include <stm32g0xx_ll_utils .h>
13- #include <stm32g0xx_ll_bus .h>
14- #include <stm32g0xx_ll_cortex .h>
15- #include <stm32g0xx_ll_pwr .h>
16- #include <stm32g0xx_ll_system .h>
12+ #include <stm32_ll_utils .h>
13+ #include <stm32_ll_bus .h>
14+ #include <stm32_ll_cortex .h>
15+ #include <stm32_ll_pwr .h>
16+ #include <stm32_ll_system .h>
1717#include <clock_control/clock_stm32_ll_common.h>
1818
1919#include <zephyr/logging/log.h>
Original file line number Diff line number Diff line change 1212#include <soc.h>
1313
1414#include <clock_control/clock_stm32_ll_common.h>
15- #include <stm32g4xx_ll_bus .h>
16- #include <stm32g4xx_ll_cortex .h>
17- #include <stm32g4xx_ll_pwr .h>
18- #include <stm32g4xx_ll_system .h>
19- #include <stm32g4xx_ll_utils .h>
15+ #include <stm32_ll_bus .h>
16+ #include <stm32_ll_cortex .h>
17+ #include <stm32_ll_pwr .h>
18+ #include <stm32_ll_system .h>
19+ #include <stm32_ll_utils .h>
2020LOG_MODULE_REGISTER (soc , CONFIG_SOC_LOG_LEVEL );
2121
2222/* Invoke Low Power/System Off specific Tasks */
Original file line number Diff line number Diff line change 88#include <soc.h>
99#include <zephyr/init.h>
1010
11- #include <stm32h5xx_ll_cortex .h>
12- #include <stm32h5xx_ll_pwr .h>
11+ #include <stm32_ll_cortex .h>
12+ #include <stm32_ll_pwr .h>
1313#include <clock_control/clock_stm32_ll_common.h>
1414
1515#include <zephyr/logging/log.h>
Original file line number Diff line number Diff line change 88#include <soc.h>
99#include <zephyr/init.h>
1010
11- #include <stm32l0xx_ll_utils .h>
12- #include <stm32l0xx_ll_bus .h>
13- #include <stm32l0xx_ll_cortex .h>
14- #include <stm32l0xx_ll_pwr .h>
15- #include <stm32l0xx_ll_rcc .h>
16- #include <stm32l0xx_ll_system .h>
11+ #include <stm32_ll_utils .h>
12+ #include <stm32_ll_bus .h>
13+ #include <stm32_ll_cortex .h>
14+ #include <stm32_ll_pwr .h>
15+ #include <stm32_ll_rcc .h>
16+ #include <stm32_ll_system .h>
1717#include <clock_control/clock_stm32_ll_common.h>
1818#include <zephyr/drivers/clock_control/stm32_clock_control.h>
1919
Original file line number Diff line number Diff line change 55 */
66
77#include <clock_control/clock_stm32_ll_common.h>
8- #include <stm32l1xx_ll_cortex .h>
9- #include <stm32l1xx_ll_pwr .h>
8+ #include <stm32_ll_cortex .h>
9+ #include <stm32_ll_pwr .h>
1010
1111#include <zephyr/kernel.h>
1212#include <zephyr/logging/log.h>
You can’t perform that action at this time.
0 commit comments