littlekernel / lk

LK embedded kernel
MIT License
3.17k stars 621 forks source link

[stm32f0xx] Add timer capture driver. #213

Closed konkers closed 6 years ago

konkers commented 6 years ago

Right now only capture is supported with the timers. As more modes are supported, the lower level bits of the driver should be refactored.

konkers commented 6 years ago

Updated with a bug fix for tim3's IRQ and support to read the counter.

travisg commented 6 years ago

LGTM