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

sys/event/periodic: model in Kconfig

This commit is contained in:
Francisco Molina 2021-12-15 13:46:34 +01:00
parent efeecae3a5
commit dda5441c6c

View File

@ -18,6 +18,10 @@ menuconfig MODULE_EVENT
if MODULE_EVENT
config MODULE_EVENT_PERIODIC
bool "Provides functionality to trigger periodic events"
depends on MODULE_EVENT_TIMEOUT_ZTIMER
config MODULE_EVENT_CALLBACK
bool "Support for callback-with-argument event type"