zephyr/samples/net/lwm2m_client/overlay-tickless.conf
Seppo Takalo 1dfa711167 net: lwm2m: Create socketpair that can wake up zsock_poll()
Allow socket-loop to wake up immediately, if there are changes,
instead of waiting for zsock_poll() to timeout.
This change makes engine more reactive and removes
hard coded timeout from zsock_poll().

Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
2023-08-01 12:07:12 +02:00

3 lines
48 B
Plaintext

CONFIG_NET_SOCKETPAIR=y
CONFIG_LWM2M_TICKLESS=y