Main Page Modules Data Structures File List Data Fields Globals Related Pages Examples
Bug List
- Global NutDhcpClientStart(NUTDEVICE *dev)
- The client doesn't send update information to the server. To avoid loosing the assignment while Ethernut is down, addresses can be fixed in the DHCP server tables.
- Global NutGetCpuClock(void)
- Due to the asynchronous nature of timer 0 and this experimental code, rounding errors have not been fully checked. On the other hand, the exact result is needed for proper baudrate calculation. Therefore this function returns four fixed values based on the loop count result.
- Global NutIpOutput(u_char proto, u_long dest, NETBUF *nb, u_char flags)
- Broadcasts to multiple network devices are currently not supported.
- Global NutRegisterCgi(char *name, int(*func)(NUTDEVICE *, REQUEST *))
- Duplicate names not checked.
- Global NutSleep(u_long ms)
- Can't sleep on parallel application threads. Threads example fails.
- Global NutTcpError(TCPSOCKET *sock)
- Not all error codes are properly set right now. Some socket functions return an error without setting an error code.
- Global NutTimerStart(u_long ms, void(*callback)(HANDLE, void *), void *arg, u_char flags)
- One-shot timer not working. Use periodic timer and call NutTimerStop() during callback.
© 2000-2001 by egnite Software GmbH -
visit http://www.ethernut.de/