1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 21:52:46 +01:00
RIOT/pkg/lwip/contrib
Erik Ekman 6b89f4f34b pkg/lwip: Start DHCP early for all Ethernet netifs
Netifs without link status support will keep sending discover
messages with increasing time between.

Netifs that support link status will wait for the link to be up,
and then start sending.

Netifs that support link status but send no link status events
will continue to not work (unless link status is up from the
first check when setting it up).
2021-03-25 16:01:27 +01:00
..
netdev pkg/lwip: Start DHCP early for all Ethernet netifs 2021-03-25 16:01:27 +01:00
sock pkg/lwip: Use NETIF_FOREACH macro in sock implementation 2021-03-06 11:27:14 +01:00
lwip.c pkg/lwip: Start DHCP early for all Ethernet netifs 2021-03-25 16:01:27 +01:00
Makefile lwip: add port for RIOT 2016-03-30 00:10:38 +02:00
sys_arch.c pkg/lwip: fix typo (semaphor => semaphore) 2021-01-08 10:15:33 +01:00