forked from Imagelibrary/rtems
2011-08-02 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
PR 1869/bsps * README: Merge content from lm32/README which was specific to this BSP.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2011-08-02 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
|
||||||
|
|
||||||
|
PR 1869/bsps
|
||||||
|
* README: Merge content from lm32/README which was specific to
|
||||||
|
this BSP.
|
||||||
|
|
||||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||||
|
|||||||
@@ -1,6 +1,41 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
# The Lattice Mico32 port uses the system_config.h generated by the Mico
|
||||||
|
# System Builder to retrieve the properties of the peripherals.
|
||||||
|
#
|
||||||
|
# Implemented (in shared/ subdirectory)
|
||||||
|
# Polled console driver (uart)
|
||||||
|
# Clock interrupt with 10 ms tick
|
||||||
|
# Networking using Lattice tri-speed ethernet MAC
|
||||||
|
#
|
||||||
|
# Todo
|
||||||
|
# Support more peripherals:
|
||||||
|
# - uart driver using interrupts
|
||||||
|
#
|
||||||
|
# jukka.pietarinen@mrf.fi, 3.12.2008
|
||||||
|
#
|
||||||
|
|
||||||
|
BSP NAME: lm32_evr
|
||||||
|
BOARD: cRIO-EVR, Micro-Research Finland Oy
|
||||||
|
BUS: wishbone
|
||||||
|
CPU FAMILY: lm32 (Lattice Mico32)
|
||||||
|
CPU: small
|
||||||
|
COPROCESSORS: none
|
||||||
|
MODE: 32 bit mode
|
||||||
|
|
||||||
|
DEBUG MONITOR: none
|
||||||
|
|
||||||
|
PERIPHERALS
|
||||||
|
===========
|
||||||
|
TIMERS: clock
|
||||||
|
RESOLUTION: 10 ms
|
||||||
|
SERIAL PORTS: uart
|
||||||
|
REAL-TIME CLOCK: none
|
||||||
|
DMA: none
|
||||||
|
VIDEO: none
|
||||||
|
SCSI: none
|
||||||
|
NETWORKING: tsmac
|
||||||
|
|
||||||
To on the simulator included in lm32-gdb use these commands:
|
To on the simulator included in lm32-gdb use these commands:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user