zephyr/arch/arm/soc/st_stm32/stm32l0
Ilya Tagunov 1e6d827a53 drivers: serial: stm32: add LPUART support for L0/L4 series
LPUART (Low-power UART) peripheral is just like ordinary U(S)ART
which lives in a separate clock/power domain.
Therefore already existing code could be reused as is
almost entirely.

Signed-off-by: Ilya Tagunov <tagunil@gmail.com>
2018-05-25 11:54:42 -05:00
..
CMakeLists.txt
Kconfig.defconfig.series kconfig: Make 'source' non-globbing and use 'gsource' 2018-05-08 11:14:12 +02:00
Kconfig.defconfig.stm32l072xz arch: arm: soc: stm32l0: fix indentation and comments in Kconfigs 2018-03-13 10:23:23 -05:00
Kconfig.defconfig.stm32l073xz arch: arm: soc: stm32l0: add STM32L073xZ SOC 2018-03-13 10:23:23 -05:00
Kconfig.series arch: arm: soc: stm32l0: fix indentation and comments in Kconfigs 2018-03-13 10:23:23 -05:00
Kconfig.soc arch: arm: soc: stm32l0: add STM32L073xZ SOC 2018-03-13 10:23:23 -05:00
dts.fixup drivers: serial: stm32: add LPUART support for L0/L4 series 2018-05-25 11:54:42 -05:00
gpio_registers.h
linker.ld
soc.c arch/soc/st_stm32: Move STM32Cube HAL core funtions 2018-05-13 10:52:12 -05:00
soc.h drivers: serial: stm32: add LPUART support for L0/L4 series 2018-05-25 11:54:42 -05:00
soc_gpio.c drivers/stm32l0x_ll_clock: Enable SYSCFG in clock_control 2018-05-14 09:33:29 -05:00
soc_irq.h cleanup: replace old jira numbers with GH issues 2018-03-26 13:13:04 -04:00
soc_registers.h