zephyr/arch/arm/soc/st_stm32/stm32l4
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.stm32l432xx
Kconfig.defconfig.stm32l475xg
Kconfig.defconfig.stm32l476xx
Kconfig.defconfig.stm32l496xx
Kconfig.series arch: arm: Refactor CONFIG_CORTEX_M 2018-03-10 11:42:25 -06:00
Kconfig.soc
dts.fixup drivers: serial: stm32: add LPUART support for L0/L4 series 2018-05-25 11:54:42 -05:00
flash_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
soc_irq.h
soc_registers.h
syscfg_registers.h