source: rtems/c/src/lib/libbsp/lm32/README @ 2ee9d3d

4.115
Last change on this file since 2ee9d3d was b1783062, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 22:55:13

2008-12-04 Jukka Pietarinen <jukka.pietarinen@…>

  • ChangeLog?, Makefile.am, README, acinclude.m4, configure.ac, shared/clock/ckinit.c, shared/clock/clock.h, shared/console/console.c, shared/console/uart.c, shared/console/uart.h, shared/start/start.S, shared/startup/bspstart.c, shared/startup/setvec.c, shared/timer/timer.c, shared/tsmac/dp83848phy.h, shared/tsmac/tsmac.c, shared/tsmac/tsmac.h: New files.
  • Property mode set to 100644
File size: 945 bytes
Line 
1#
2#  $Id$
3#
4#  The Lattice Mico32 port uses the system_config.h generated by the Mico
5#  System Builder to retrieve the properties of the peripherals.
6#
7#   Implemented (in shared/ subdirectory)
8#     Polled console driver (uart)
9#     Clock interrupt with 10 ms tick
10#     Networking using Lattice tri-speed ethernet MAC
11#
12#   Todo
13#     Support more peripherals:
14#       - uart driver using interrupts
15#
16#  jukka.pietarinen@mrf.fi, 3.12.2008
17#   
18
19BSP NAME:           lm32_evr
20BOARD:              cRIO-EVR, Micro-Research Finland Oy
21BUS:                wishbone
22CPU FAMILY:         lm32 (Lattice Mico32)
23CPU:                small
24COPROCESSORS:       none
25MODE:               32 bit mode
26
27DEBUG MONITOR:      none
28
29PERIPHERALS
30===========
31TIMERS:             clock
32  RESOLUTION:       10 ms
33SERIAL PORTS:       uart
34REAL-TIME CLOCK:    none
35DMA:                none
36VIDEO:              none
37SCSI:               none
38NETWORKING:         tsmac
39
Note: See TracBrowser for help on using the repository browser.