source: rtems/c/src/lib/libcpu/bfin/README @ 2c77cbff

4.104.114.95
Last change on this file since 2c77cbff was 30abd24, checked in by Joel Sherrill <joel.sherrill@…>, on 08/15/08 at 20:18:41

2008-08-15 Allan Hessenflow <allanh@…>

  • ChangeLog?, Makefile.am, README, configure.ac, preinstall.am, cache/cache.c, cache/cache_.h, clock/clock.c, clock/rtc.c, clock/tod.h, include/bf533.h, include/bf537.h, include/cecRegs.h, include/coreTimerRegs.h, include/dmaRegs.h, include/ebiuRegs.h, include/ethernetRegs.h, include/gpioRegs.h, include/memoryRegs.h, include/mmuRegs.h, include/ppiRegs.h, include/rtcRegs.h, include/sicRegs.h, include/spiRegs.h, include/sportRegs.h, include/timerRegs.h, include/twiRegs.h, include/uartRegs.h, include/wdogRegs.h, interrupt/interrupt.c, interrupt/interrupt.h, mmu/mmu.c, mmu/mmu.h, network/ethernet.c, network/ethernet.h, serial/spi.c, serial/spi.h, serial/sport.c, serial/sport.h, serial/twi.c, serial/twi.h, serial/uart.c, serial/uart.h, timer/timer.c: New files.
  • Property mode set to 100644
File size: 454 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/spi* and serial/sport* are currently just placeholders.
13serial/twi* does not contain enough code to do anything useful;
14it is however a start at an I2C driver.
15
Note: See TracBrowser for help on using the repository browser.