From d5beba45db3f11a91bb10f6f7a76d218e83fc03d Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 16 Sep 2021 14:02:22 +0000 Subject: timer: stm32: default to v1 "All" parts so far have the v1 timer api, so default to that, but allow overriding, instead of requiring it to be specified every time. Signed-off-by: Karl Palsson --- platforms/stm32/wb.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'platforms/stm32/wb.yaml') diff --git a/platforms/stm32/wb.yaml b/platforms/stm32/wb.yaml index 65eafea..6aee549 100644 --- a/platforms/stm32/wb.yaml +++ b/platforms/stm32/wb.yaml @@ -30,16 +30,12 @@ periph: stm32_timer: TIM1: - type: v1 offset: 0x40012C00 TIM2: - type: v1 offset: 0x40000000 TIM16: - type: v1 offset: 0x40014400 TIM17: - type: v1 offset: 0x40014800 stm32_uart: -- cgit v1.2.3