- File s3c4510b_irqreg.c
- .
- Warning:
- .
- Global TwMasterTransact (u_char sla, CONST void *txdata, u_short txlen, void *rxdata, u_short rxsiz, u_long tmo)
- Joel Dotreppe reported, that TwMasterTransact() doesn't work when passing 0 for txdata and txlen. Though, I'm not able to verify this.
- 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 NutIpOutput (u_char proto, u_long dest, NETBUF *nb)
- Broadcasts to multiple network devices will fail after the first device returns an error.
- Global NutDhcpClient (void *arg)
- We are not able to shutdown our interface, which may cause problems if out original DHCP server dies.
- Global NutRegisterCgi (char *name, int(*func)(FILE *, REQUEST *))
- Duplicate names not checked.
- 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.
- Global clearerr (FILE *stream)
- This function does nothing.
- Global UartAvrIOCtl (NUTDEVICE *dev, int req, void *conf)
- For ATmega103, only 8 data bits, 1 stop bit and no parity are allowed.
- Global AhdlcAvrIOCtl (NUTDEVICE *dev, int req, void *conf)
- For ATmega103, only 8 data bits, 1 stop bit and no parity are allowed.
- Global SciH8IOCtl (NUTDEVICE *dev, int req, void *conf)
- For ATmega103, only 8 data bits, 1 stop bit and no parity are allowed.
© 2000-2006 by egnite Software GmbH -
visit http://www.ethernut.de/