source: rtems/bsps/shared/net/README @ 27de4e1f

5
Last change on this file since 27de4e1f was 27de4e1f, checked in by Sebastian Huber <sebastian.huber@…>, on 04/03/18 at 05:20:11

bsps: Move libchip to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 645 bytes
Line 
1This is the network interface controller portion of the libchip library.
2This directory contains the source code for reusable TCP/IP network driver
3support code.  Each driver has its own configuration table and its
4chip specific attach routine must be called by a board specific
5attach routine.  The board specific chip routine passes the chip
6configuration and network configuration to the resuable device driver.
7
8The reusable chip drivers do not directly access the controller.
9They access the registers on the controller via a set of
10functions which are provided by the BSP.  These functions set and get
11general registers and data buffers.
12
Note: See TracBrowser for help on using the repository browser.