Changeset 01e6a05 in rtems
- Timestamp:
- 08/18/99 21:04:59 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 219e638
- Parents:
- b808038
- Location:
- doc/FAQ
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/FAQ/concepts.t
rb808038 r01e6a05 11 11 The questions in this category are hints that help basic understanding. 12 12 13 @section RTEMS Wo kspace vs.Program Heap13 @section RTEMS Workspace versus Program Heap 14 14 15 The RTEMS Workspace is used to allocate space for objects created 16 by RTEMS such as tasks, semaphores, message queues, etc.. It is 17 primarily used during system initialization although task stacks 18 and message buffer areas are also allocated from here. 15 19 @ref{How do I determine how much memory is left?}. -
doc/FAQ/hwdebugaids.t
rb808038 r01e6a05 14 14 @section MC683xx BDM Support for GDB 15 15 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 16 Eric Norum (eric@@skatter.usask.ca) has a driver for a parallel 17 port interface to a BDM module. This driver has a long history 18 and is based on a driver by Gunter Magin (gunter@@skil.camelot.de) 19 which in turn was based on BD32 for DOS by Scott Howard. Eric Norum 20 and Chris Johns (ccj@@acm.org) have put together a package containing 21 everything you need to use this BDM driver including software, PCB layouts, 22 and machining drawings. From the README: 23 24 "This package contains everything you need to be able to run GDB on 21 25 Linux 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: 26 5207) target through a standard PC parallel port." 27 28 Information on this BDM driver is available at the following URL: 29 24 30 http://www.calm.hw.ac.uk/davidf/coldfire/gdb-bdm-linux.htm. 25 31 26 32 Peter Shoebridge (peter@@zeecube.com) has ported the Linux 27 parallel port BDM driver byEric Norum to Windows NT. It is33 parallel port BDM driver from Eric Norum to Windows NT. It is 28 34 available at http://www.zeecube.com/bdm. 29 30 35 31 36 The efi332 project has a home-built BDM module and gdb driver for … … 33 38 for details. 34 39 35 http://cmp.felk.cvut.cz/~pisa/m683xx/bdm_driver.html 36 40 Pavel Pisa (pisa@@cmp.felk.cvut.cz) has one available at 41 http://cmp.felk.cvut.cz/~pisa/m683xx/bdm_driver.html. 37 42 38 43 Huntsville Microsystems (HMI) has GDB support for their BDM module … … 51 56 @item Chris Johns <cjohns@@plessey.com.au> 52 57 @item Eric Norum <eric@@skatter.usask.ca> 58 @item Gunter Magin <magin@@skil.camelot.de> 53 59 54 60 @end itemize
Note: See TracChangeset
for help on using the changeset viewer.