[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What became of SLIP for Contiki?



On 19 May 2006 00:31:08 -0700, "General_Failure"
<tristan.mumford@gmail.com> wrote:

>However I am unable to get some parts of the
>C64 Contiki source to compile due to a bug in the CC65 compiler. How it
>was compiled in spite of the bug by others, I just don't get.

Both the Apple2 and C64 Contiki builds were done with recent nightly
snapshots of cc65, not a release version.

At least the CVS head for the Apple2 compiles fine with the cc65 of
yesterday ;-)

>So, I guess I'm asking this. Has SLIP been done for Contiki? Or
>anything else for that matter?

You are right. It should conceptually work but there are quit some
details keeping it form actually working:

- The API to the cc65 serial drivers changed and the Contiki SLIP code
wasn't updated yet.
- In opposite to the Ethernet card drivers the serial drivers are
interrupt based.
- The Ethernet cards have Onchip-Buffers for several IP packets, while
SLIP needs an additional buffer in main memory for collecting the
bytes until the packet is completed.
- ...
- ...

Oliver