]> Git Repo - u-boot.git/commit
timer: stm32: Add timer support for STM32 SoCs family
authorPatrice Chotard <[email protected]>
Wed, 7 Feb 2018 09:44:45 +0000 (10:44 +0100)
committerTom Rini <[email protected]>
Wed, 14 Mar 2018 01:45:37 +0000 (21:45 -0400)
commit5120a083e797aec3180fbda9ab845486da990909
tree4875bbabe8d1b7c2c0fc7fe7dd0955117a73dcb3
parentcc66dcdd16a88a56791d1951bca54b3048e3f96c
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 <[email protected]>
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/stm32_timer.c [new file with mode: 0644]
This page took 0.049564 seconds and 4 git commands to generate.