source: rtems/c/src/lib/libbsp/lm32/lm32_evr/README @ e870941

4.115
Last change on this file since e870941 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1#  The Lattice Mico32 port uses the system_config.h generated by the Mico
2#  System Builder to retrieve the properties of the peripherals.
3#
4#   Implemented (in shared/ subdirectory)
5#     Polled console driver (uart)
6#     Clock interrupt with 10 ms tick
7#     Networking using Lattice tri-speed ethernet MAC
8#
9#   Todo
10#     Support more peripherals:
11#       - uart driver using interrupts
12#
13#  jukka.pietarinen@mrf.fi, 3.12.2008
14#   
15
16BSP NAME:           lm32_evr
17BOARD:              cRIO-EVR, Micro-Research Finland Oy
18BUS:                wishbone
19CPU FAMILY:         lm32 (Lattice Mico32)
20CPU:                small
21COPROCESSORS:       none
22MODE:               32 bit mode
23
24DEBUG MONITOR:      none
25
26PERIPHERALS
27===========
28TIMERS:             clock
29  RESOLUTION:       10 ms
30SERIAL PORTS:       uart
31REAL-TIME CLOCK:    none
32DMA:                none
33VIDEO:              none
34SCSI:               none
35NETWORKING:         tsmac
36
37To on the simulator included in lm32-gdb use these commands:
38
39tar sim --hw-device lm32cpu \
40  --hw-device "lm32uart/reg 0x80006000 0x100" \
41  --hw-device "/lm32uart > int int0 /lm32cpu" \
42  --hw-device "lm32timer/reg 0x80002000 0x80" \
43  --hw-device "/lm32timer > int int1 /lm32cpu" \
44  --memory-region 0x08000000,0x4000000
45load
46
47The simulator is VERY VERY slow when RTEMS is idle.
48To speed this up, add SIMULATOR_FAST_IDLE=1 to the
49configure command.
Note: See TracBrowser for help on using the repository browser.