Now tcpip_output() is a function pointer that is supposed to be set via the macro tcpip_set_outputfunc(). Packet drivers do so on process startup.
Thus if there are several packet drivers in a Contiki system the one started last is the one actually used. This behaviour is especially useful for the 'IP forwarding' "meta" packet driver.
source. Using an external clock source (esp. the real-time clock) did not
work. This might as well be a local problem (e.g. hardware).
- Provide some dummy implementations in order to fix the build.
* support for multiple ports: (extended interface with 'port' parameter)
* new function: rs232_redirect_stdout that allows you to redirect stdout
to a serial port
- In order to implement support for other MCUs, adopt a copy of
rs232_atmega128.h