stm32: Add support for using TIM12 and TIM15 as time driver

This commit is contained in:
Matous Hybl
2022-02-23 11:52:02 +01:00
parent b9a8d649cf
commit 0172ca5b81
3 changed files with 32 additions and 1 deletions

View File

@ -56,6 +56,8 @@ time-driver-tim2 = ["_time-driver"]
time-driver-tim3 = ["_time-driver"]
time-driver-tim4 = ["_time-driver"]
time-driver-tim5 = ["_time-driver"]
time-driver-tim12 = ["_time-driver"]
time-driver-tim15 = ["_time-driver"]
# Enable nightly-only features
nightly = ["embassy/nightly", "embedded-hal-1", "embedded-hal-async"]