mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c4b01b87bc
This PR proposes an approach to reduce the thread count of RPL. The current RPL/Trickle stack needs about 5 threads to handle tasks like updating the trickle timer, routing entries and the transmission of DAOs. This PR modifies RPL to use only one thread with a looped `msg_recv()` call. The message is then multiplexed to the right task.
4 lines
52 B
Makefile
4 lines
52 B
Makefile
MODULE = trickle
|
|
|
|
include $(RIOTBASE)/Makefile.base
|