commit | fdfefdc0e45200eb8e6ef3a59d48fa9a346ba501 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Wed Feb 07 10:44:45 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 13 21:45:37 2018 -0400 |
tree | 4875bbabe8d1b7c2c0fc7fe7dd0955117a73dcb3 | |
parent | e6a560e0bda1ab44c23a75976a8e2b456b4b05cd [diff] |
timer: stm32: Add timer support for STM32 SoCs family This timer driver is using GPT Timer (General Purpose Timer) available on all STM32 SOCs family. This driver can be used on STM32F4/F7 and H7 SoCs family Signed-off-by: Patrice Chotard <patrice.chotard@st.com>