From 6c73ab8da761db34333fe0305a5b6113614f256e Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 31 Jan 2022 22:00:24 +0000 Subject: platforms: stm32wb: add LPUART1 --- platforms/stm32/wb.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'platforms') diff --git a/platforms/stm32/wb.yaml b/platforms/stm32/wb.yaml index bbd3a2d..e4cf2bb 100644 --- a/platforms/stm32/wb.yaml +++ b/platforms/stm32/wb.yaml @@ -105,6 +105,9 @@ USART1: type: v2 offset: 0x40013800 + LPUART1: + type: lpv1 + offset: 0x40008000 rcc: RCC: -- cgit v1.2.3