This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-02-24 19:29:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
cpu
/
6502
/
net
History
oliverschmidt
66717d11ba
Generic SMSC LAN91C96 driver for cc65 targets. The driver is intended to be loaded dynamically as relocatable module. It modifies itself to accomodate different Ethernet IO address locations:
...
- ETH64 ($DE10) - Apple2 LANceGS ($C0x0)
2007-11-30 12:32:07 +00:00
..
cs8900a.S
Minor optimization.
2007-11-29 21:56:55 +00:00
ethernet-drv.c
Made include paths consistent.
2007-11-27 20:54:10 +00:00
ethernet-drv.h
Generic Ethernet driver for cc65 targets. The actual hardware driver is loaded as relocatable module.
2007-11-20 21:10:20 +00:00
ethernet.c
Make use of global error_exit().
2007-11-27 20:52:52 +00:00
ethernet.h
Generic Ethernet driver for cc65 targets. The actual hardware driver is loaded as relocatable module.
2007-11-20 21:10:20 +00:00
lan91c96.S
Generic SMSC LAN91C96 driver for cc65 targets. The driver is intended to be loaded dynamically as relocatable module. It modifies itself to accomodate different Ethernet IO address locations:
2007-11-30 12:32:07 +00:00
uip_arch.c
Import of the contiki-2.x development code from the SICS internal CVS server
2006-06-17 22:41:10 +00:00