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

kconfigs/features: add "no_idle_thread"

This commit is contained in:
Kaspar Schleiser 2020-06-17 13:23:17 +02:00
parent d199865a12
commit 3af04d0da8

View File

@ -67,6 +67,11 @@ config HAS_ETHERNET
help
Indicates that Ethernet connectivity is present.
config HAS_NO_IDLE_THREAD
bool
help
Indicates that this MCU doesn't need the idle thread
config HAS_MOTOR_DRIVER
bool
help