~ubuntu-branches/ubuntu/warty/dejagnu/warty

« back to all changes in this revision

Viewing changes to baseboards/README

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Jacobowitz
  • Date: 2004-02-09 15:07:58 UTC
  • Revision ID: james.westby@ubuntu.com-20040209150758-oaj7r5zrop60v8sb
Tags: upstream-1.4.4
ImportĀ upstreamĀ versionĀ 1.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The files in this directory are used to describe the basic
 
2
configuration of a board. (Note that we use "board" in its loosest
 
3
sense, referring to either a target or host). The structure of these
 
4
files is very similar, and I would suggest that you follow this when
 
5
writing a new one.
 
6
 
 
7
Two files need to be created for a given board; the appropriate file
 
8
in this directory, and one in devo/dejagnu/config. The one in here is
 
9
used to set up entries in the data array describing the board, while
 
10
the one in devo/dejagnu/config is used to describe the actions used to
 
11
actually communicate with the board.
 
12
 
 
13
A third file (the site-specific machine file) can be used to describe
 
14
any site-specific functionality, such as port numbers, serial devices,
 
15
etc.