This website requires JavaScript.
Explore
Help
Sign In
deac
/
osd-contiki
Watch
1
Star
0
Fork
You've already forked osd-contiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
4f3fc1c404
osd-contiki
/
cpu
/
6502
/
net
History
oliverschmidt
55d61d317b
Allow cc65 ethernet drivers to be loaded statically instead of dynamically. This saved quite some space in scenarios without additional cc65 drivers to be loaded for i.e. a mouse because in those scenarios the cc65 module loader isn't necessary. And without the module loader typically the cc65 heap manager isn't necessary.
2010-09-28 23:02:16 +00:00
..
cs8900a.S
Fixed typo.
2007-12-08 21:19:06 +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
Allow cc65 ethernet drivers to be loaded statically instead of dynamically. This saved quite some space in scenarios without additional cc65 drivers to be loaded for i.e. a mouse because in those scenarios the cc65 module loader isn't necessary. And without the module loader typically the cc65 heap manager isn't necessary.
2010-09-28 23:02:16 +00:00
ethernet.h
Make use of fastcall.
2007-12-21 01:13:44 +00:00
lan91c96.S
Fixed LAN91C96 driver.
2007-12-01 20:23:11 +00:00
uip_arch.c
Adjusted hacky inline assembler to reference uip_aligned_buf instead of uip_buf - some day I'll need to clean up that (btw bogus) code.
2010-05-30 10:12:30 +00:00