Ilya Tagunov
fd26514a4d
drivers: serial: stm32: rework macros and fixups
...
STM32Lx LPUART peripherals do not fit well into existing U(S)ART
port numbering scheme, so there will be two separate namespaces
in Kconfig: one for U(S)ARTs and one for LPUARTs.
Signed-off-by: Ilya Tagunov <tagunil@gmail.com>
2018-05-25 11:54:42 -05:00
Yannis Damigos
c0b472132c
dts/arm/st: Add USB support for stm32l072/73
...
Add USB support for stm32l072 and stm32l073 SoCs
Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
2018-05-14 09:33:29 -05:00
Ilya Tagunov
00c0520247
arch: arm: soc: stm32l0: add I2C support
...
Add SPI support for STM32L0 series.
L0 SPI peripheral requires SCK pin speed workaround
to function properly.
Signed-off-by: Ilya Tagunov <tagunil@gmail.com>
2018-03-15 10:53:26 -05:00
Ilya Tagunov
9ae3fdc2ef
arch: arm: soc: stm32l0: add I2C support
...
Add I2C support for STM32L0 series. LL-based driver
was already in place, so I've just enable it.
Signed-off-by: Ilya Tagunov <tagunil@gmail.com>
2018-03-14 09:02:25 -05:00
Endre Karlson
deeb74651b
arm: stm32l0: Add support for stm32l0 soc
...
Add necessary kconfig and minimal device tree support for
the stm32l072xz variants.
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
2018-03-10 11:42:25 -06:00