Initial commit of C16x/ST10 arch files and CS8900a Ethernet driver.

This commit is contained in:
likewise
2002-11-29 10:59:34 +00:00
parent 0ed4fd6741
commit 1d341bae31
12 changed files with 1344 additions and 1 deletions

13
src/arch/c16x/FILES Normal file
View File

@@ -0,0 +1,13 @@
This directory contains architecture and compiler specific stuff for porting lwIP
to the C16x and ST10 microcontrollers. The compiler specifics are for Tasking EDE
v7.5r2.
The sequential API has not been ported; it's function are empties. If someone is
interested in adding a sequential API, please contact the author (see below).
Besides this, a Cirrus (formerly Crystal Semiconductors) CS8900a Ethernet driver
is included, which assumes a 16-bit data bus configuration. When porting this
driver, note that the CS8900a does not support interrupts in 8-bit mode.
Leon Woestenberg
<leon.woestenberg@axon.tv>