source: rtems/c/src/lib/libcpu/bfin/README @ a3579d3b

4.115
Last change on this file since a3579d3b was fe83cef6, checked in by Joel Sherrill <joel.sherrill@…>, on 01/11/10 at 16:14:47

2010-01-11 Allan Hessenflow <allanh@…>

  • serial/spi.c, serial/spi.h: Fill in skeleton with functional SPI master code.
  • include/spiRegs.h: Correct spi shadow register declaration.
  • Property mode set to 100644
File size: 440 bytes
Line 
1#
2#  $Id$
3#
4
5This hierarchy contains support routines for the Analog Devices
6Blackfin family of processors.
7
8It is assumed that bsp.h includes <libcpu/bfxxx.h>, where xxx is
9the processor type.  This is how the libcpu modules determine which
10processor variant they're being built for.
11
12serial/sport* is currently just a placeholders.  serial/twi* does not
13contain enough code to do anything useful; it is however a start at an
14I2C driver.
15
Note: See TracBrowser for help on using the repository browser.