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:
parent
67a43e0ada
commit
42e521b736
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user