Added some more.

This commit is contained in:
Joel Sherrill
1999-08-18 21:04:59 +00:00
parent b8080380d1
commit 01e6a05bd8
2 changed files with 22 additions and 12 deletions

View File

@@ -10,6 +10,10 @@
The questions in this category are hints that help basic understanding. The questions in this category are hints that help basic understanding.
@section RTEMS Wokspace vs. Program Heap @section RTEMS Workspace versus Program Heap
The RTEMS Workspace is used to allocate space for objects created
by RTEMS such as tasks, semaphores, message queues, etc.. It is
primarily used during system initialization although task stacks
and message buffer areas are also allocated from here.
@ref{How do I determine how much memory is left?}. @ref{How do I determine how much memory is left?}.

View File

@@ -13,27 +13,32 @@ debugging assistants that are available.
@section MC683xx BDM Support for GDB @section MC683xx BDM Support for GDB
Eric Norum (eric@@skatter.usask.ca) wrote a driver for a parallel Eric Norum (eric@@skatter.usask.ca) has a driver for a parallel
port interface to a BDM module. He and Chris Johns (ccj@@acm.org) port interface to a BDM module. This driver has a long history
have put together a package containing everything you need to and is based on a driver by Gunter Magin (gunter@@skil.camelot.de)
use this. From the README: "This which in turn was based on BD32 for DOS by Scott Howard. Eric Norum
package contains everything you need to be able to run GDB on and Chris Johns (ccj@@acm.org) have put together a package containing
everything you need to use this BDM driver including software, PCB layouts,
and machining drawings. From the README:
"This package contains everything you need to be able to run GDB on
Linux and control a Motorola CPU32+ (68360) or Coldfire (5206, 5206e, or Linux and control a Motorola CPU32+ (68360) or Coldfire (5206, 5206e, or
5207) target through a standard PC parallel port." Information on 5207) target through a standard PC parallel port."
this is available at the following URL:
Information on this BDM driver is available at the following URL:
http://www.calm.hw.ac.uk/davidf/coldfire/gdb-bdm-linux.htm. http://www.calm.hw.ac.uk/davidf/coldfire/gdb-bdm-linux.htm.
Peter Shoebridge (peter@@zeecube.com) has ported the Linux Peter Shoebridge (peter@@zeecube.com) has ported the Linux
parallel port BDM driver by Eric Norum to Windows NT. It is parallel port BDM driver from Eric Norum to Windows NT. It is
available at http://www.zeecube.com/bdm. available at http://www.zeecube.com/bdm.
The efi332 project has a home-built BDM module and gdb driver for The efi332 project has a home-built BDM module and gdb driver for
Linux. See http://egi332.eng.ohio-state.edu/efi332/hardware.html) Linux. See http://egi332.eng.ohio-state.edu/efi332/hardware.html)
for details. for details.
http://cmp.felk.cvut.cz/~pisa/m683xx/bdm_driver.html Pavel Pisa (pisa@@cmp.felk.cvut.cz) has one available at
http://cmp.felk.cvut.cz/~pisa/m683xx/bdm_driver.html.
Huntsville Microsystems (HMI) has GDB support for their BDM module Huntsville Microsystems (HMI) has GDB support for their BDM module
available upon request. It is also available from their ftp site: available upon request. It is also available from their ftp site:
@@ -50,6 +55,7 @@ Information in this section from:
@item W Gerald Hicks <wghicks@@bellsouth.net> @item W Gerald Hicks <wghicks@@bellsouth.net>
@item Chris Johns <cjohns@@plessey.com.au> @item Chris Johns <cjohns@@plessey.com.au>
@item Eric Norum <eric@@skatter.usask.ca> @item Eric Norum <eric@@skatter.usask.ca>
@item Gunter Magin <magin@@skil.camelot.de>
@end itemize @end itemize