source: rtems/c/src/lib/libbsp/m68k/mrm332/README @ 6128a4a

4.104.114.84.95
Last change on this file since 6128a4a was 332484b5, checked in by Joel Sherrill <joel.sherrill@…>, on 05/25/01 at 16:28:46

2000-05-25 Matt Cross <profesor@…>

  • New MRM332 BSP for the Mini RoboMind? board based on the 68332 microcontroller designed and build by Mark Castelluccio. For details on the MRM see http://www.robominds.com.
  • .cvsignore, ChangeLog? Makefile.am, README, bsp_specs, clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in, console/.cvsignore, console/Makefile.am, console/console.c, include/.cvsignore, include/Makefile.am, include/bsp.h, include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c, spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c, start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore, startup/Makefile.am, startup/bspclean.c, startup/bspstart.c, startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM, timer/.cvsignore, timer/Makefile.am, timer/timer.c, times, wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
  • Property mode set to 100644
File size: 586 bytes
Line 
1#
2#  $Id$
3#
4
5Description: mrm332
6============
7CPU: MC68332 @16 or 25MHz
8RAM: 32k or 512k
9ROM: 512k flash
10
11   The Mini RoboMind is a small board based on the 68332 microcontroller
12designed and build by Mark Castelluccio.  For details, see:
13
14        http://www.robominds.com
15
16   This BSP was ported from the efi332 BSP by Matt Cross (profesor@gweep.net),
17the efi332 BSP was written by John S Gwynne.
18
19TODO:
20=====
21- integrate the interrupt driven stdin/stdout into RTEMS to (a) reduce
22  the interrupt priority and (2) to prevent it from blocking.
23- add a timer driver for the tmtest set.
24
Note: See TracBrowser for help on using the repository browser.