source: rtems/c/src/libchip/network/README.dwmac @ 602e395

4.115
Last change on this file since 602e395 was 4953b724, checked in by Ralf Kirchner <ralf.kirchner@…>, on 02/17/14 at 14:43:53

libchip: Add dwmac 10/100/1000 network driver

  • Property mode set to 100644
File size: 581 bytes
Line 
1About
2=====
3The dwmac* files implement libchip driver for the DWMAC 10/100/1000
4ethernet MAC. The DWMAC 10/100/1000 ethernet MAC is a Synopsys IP core.
5
6Target Support
7==============
8
9The target is required to provide the low level support routines as
10listed in the Configuration section of this file.
11
12The file cs8900.[ch].bsp are an example BSP files for DIMMPC target.
13
14Conditionals
15============
16None
17
18Todo
19====
20+ Add support for DWMAC 10/100. currently only support for DWMAC 1000
21  is implemented
22
23Configuration
24=============
25See the dwmac.h header file for the documentation.
Note: See TracBrowser for help on using the repository browser.