Nut/OS  4.10.3
API Reference
Bug List
Global NutDhcpClient (void *arg)
We are not able to shutdown our interface, which may cause problems if out original DHCP server dies.
Global NutIpOutput (uint8_t proto, uint32_t dest, NETBUF *nb)
Broadcasts to multiple network devices will fail after the first device returns an error.
Global PhatFileOpen (NUTDEVICE *dev, CONST char *path, int mode, int acc)
Append mode not working as expected.
Global RawFsFileOpen (NUTDEVICE *dev, CONST char *path, int mode, int acc)
Append mode not working as expected.
Global strcasecmp (s1, s2)
Case insensitive string comparisions fail with ICCAVR.
Global TermWrite (NUTFILE *fp, CONST void *buffer, int len)
Switching from graphic mode back to text mode will not work, because all escape sequences are ignored as soon as the graphic mode has been enabled. Applications should use _ioctl() functions to switch modes.