From 28ef4344180ddaded1142577dc5214b0f9d18f0a Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Fri, 28 Jan 2022 11:35:29 +0000 Subject: timer: add LPTIM definitions Add them to the stm32wb platform as well. Signed-off-by: Karl Palsson --- platforms/stm32/wb.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'platforms/stm32/wb.yaml') diff --git a/platforms/stm32/wb.yaml b/platforms/stm32/wb.yaml index 81005f4..bbd3a2d 100644 --- a/platforms/stm32/wb.yaml +++ b/platforms/stm32/wb.yaml @@ -94,6 +94,12 @@ offset: 0x40014400 TIM17: offset: 0x40014800 + LPTIM1: + type: lpv1 + offset: 0x40007c00 + LPTIM2: + type: lpv1 + offset: 0x40009400 stm32_uart: USART1: -- cgit v1.2.3