osd-contiki/cpu/6502/net
Oliver Schmidt 9cdc6da040 Avoid access to the address register during auto-increment.
It cannot be ruled out that access to the address register triggers
an address auto-increment. Therefore a temporary address register
shadow is introduced to replace the access to the address regsiter.

Additionally there are several minor beautifications.
2013-12-03 21:31:43 +01:00
..
cs8900a.S Saved six more bytes ;-) 2013-11-13 23:32:49 +01:00
ethernet-drv.c Remove tab chars from retro C sources. 2013-01-28 23:43:08 +01:00
ethernet-drv.h Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
ethernet.c Remove tab chars from retro C sources. 2013-01-28 23:43:08 +01:00
ethernet.h Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
lan91c96.S Saved another byte ;-) 2013-10-03 22:32:12 +02:00
uip_arch.c Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
w5100.S Avoid access to the address register during auto-increment. 2013-12-03 21:31:43 +01:00