1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

kconfig.features: Add HAS_PERIPH_TIMER_PERIODIC

This commit is contained in:
Leandro Lanzieri 2020-05-29 09:03:38 +02:00
parent 67a43e0ada
commit 42e521b736
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5

View File

@ -210,6 +210,12 @@ config HAS_PERIPH_TIMER
help
Indicates that a Timer peripheral is present.
config HAS_PERIPH_TIMER_PERIODIC
bool
help
Indicates that the Timer peripheral provides the periodic timeout
functionality.
config HAS_PERIPH_UART
bool
help