nuttx/boards/arm/kinetis
Philippe Coval bc11d14d08 freedom-k64f/demo: Support DHCP renew tool
Usage:

    nsh> ifconfig

    eth0    Link encap:Ethernet HWaddr 52:13:FF:FF:FF:FF at UP
            inet addr:10.0.0.2 DRaddr:10.0.0.1 Mask:255.255.255.0

    nsh> renew eth0 && ifconfig

    eth0    Link encap:Ethernet HWaddr 52:13:FF:FF:FF:FF at UP
            inet addr:192.168.1.42 DRaddr:192.168.1.254 Mask:255.255.255.0

CONFIG_NETDB_DNSCLIENT is needed for

    apps/netutils/netinit/netinit.c:659: \
    undefined reference to `netlib_set_ipv4dnsaddr'

Change-Id: I54b8495637baf0f3f28abf67d4d4ce861ef49ced
Bug: https://github.com/apache/incubator-nuttx/issues/1988
Forwarded: https://github.com/apache/incubator-nuttx/pulls/rzr
Signed-off-by: Philippe Coval <rzr@users.sf.net>
2020-10-23 10:34:57 +08:00
..
freedom-k28f Change all 'Nuttx' to 'NuttX' 2020-10-20 01:45:06 -07:00
freedom-k64f freedom-k64f/demo: Support DHCP renew tool 2020-10-23 10:34:57 +08:00
freedom-k66f Fix nxstyle warning 2020-10-20 01:45:06 -07:00
kwikstik-k40 libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
teensy-3.x libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
twr-k60n512 libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
twr-k64f120m libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00