Changeset 01e6a05 in rtems


Ignore:
Timestamp:
08/18/99 21:04:59 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
219e638
Parents:
b808038
Message:

Added some more.

Location:
doc/FAQ
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/FAQ/concepts.t

    rb808038 r01e6a05  
    1111The questions in this category are hints that help basic understanding.
    1212
    13 @section RTEMS Wokspace vs. Program Heap
     13@section RTEMS Workspace versus Program Heap
    1414
     15The RTEMS Workspace is used to allocate space for objects created
     16by RTEMS such as tasks, semaphores, message queues, etc..  It is
     17primarily used during system initialization although task stacks
     18and message buffer areas are also allocated from here.
    1519@ref{How do I determine how much memory is left?}.
  • doc/FAQ/hwdebugaids.t

    rb808038 r01e6a05  
    1414@section MC683xx BDM Support for GDB
    1515
    16 Eric Norum (eric@@skatter.usask.ca) wrote a driver for a parallel
    17 port interface to a BDM module.  He and Chris Johns (ccj@@acm.org)
    18 have put together a package containing everything you need to
    19 use this.  From the README: "This
    20 package contains everything you need to be able to run GDB on
     16Eric Norum (eric@@skatter.usask.ca) has a driver for a parallel
     17port interface to a BDM module.  This driver has a long history
     18and is based on a driver by Gunter Magin (gunter@@skil.camelot.de)
     19which in turn was based on BD32 for DOS by Scott Howard.  Eric Norum
     20and Chris Johns (ccj@@acm.org) have put together a package containing
     21everything you need to use this BDM driver including software, PCB layouts,
     22and machining drawings.  From the README:
     23
     24"This package contains everything you need to be able to run GDB on
    2125Linux and control a Motorola CPU32+ (68360) or Coldfire (5206, 5206e, or
    22 5207) target through a standard PC parallel port." Information on
    23 this is available at the following URL:
     265207) target through a standard PC parallel port."
     27
     28Information on this BDM driver is available at the following URL:
     29
    2430http://www.calm.hw.ac.uk/davidf/coldfire/gdb-bdm-linux.htm.
    2531
    2632Peter Shoebridge (peter@@zeecube.com) has ported the Linux
    27 parallel port BDM driver by Eric Norum to Windows NT.  It is
     33parallel port BDM driver from Eric Norum to Windows NT.  It is
    2834available at http://www.zeecube.com/bdm.
    29 
    3035
    3136The efi332 project has a home-built BDM module and gdb driver for
     
    3338for details.
    3439
    35 http://cmp.felk.cvut.cz/~pisa/m683xx/bdm_driver.html
    36 
     40Pavel Pisa (pisa@@cmp.felk.cvut.cz) has one available at
     41http://cmp.felk.cvut.cz/~pisa/m683xx/bdm_driver.html.
    3742
    3843Huntsville Microsystems (HMI) has GDB support for their BDM module
     
    5156@item Chris Johns <cjohns@@plessey.com.au>
    5257@item Eric Norum <eric@@skatter.usask.ca>
     58@item Gunter Magin <magin@@skil.camelot.de>
    5359
    5460@end itemize
Note: See TracChangeset for help on using the changeset viewer.