drivers: gpio: stm32: use generic LL headers
Use generic LL headers instead of depending on soc.h. Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
parent
c512a908c8
commit
92e16191ac
18 changed files with 9 additions and 62 deletions
|
@ -11,6 +11,11 @@
|
|||
#include <kernel.h>
|
||||
#include <device.h>
|
||||
#include <soc.h>
|
||||
#include <stm32_ll_bus.h>
|
||||
#include <stm32_ll_exti.h>
|
||||
#include <stm32_ll_gpio.h>
|
||||
#include <stm32_ll_pwr.h>
|
||||
#include <stm32_ll_system.h>
|
||||
#include <drivers/gpio.h>
|
||||
#include <drivers/clock_control/stm32_clock_control.h>
|
||||
#include <pinmux/stm32/pinmux_stm32.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue