[go: up one dir, main page]

File: new.1.21.so

package info (click to toggle)
srecord 1.39-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,624 kB
  • ctags: 1,822
  • sloc: cpp: 18,283; sh: 5,839; makefile: 1,701; awk: 201; vhdl: 15
file content (69 lines) | stat: -rw-r--r-- 2,451 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.\"
.\" srecord - manipulate eprom load files
.\" Copyright (C) 2005-2007 Peter Miller
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 3 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
.\" General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
.\"
.PP
.if n *
.if t \(bu
.\" Change 22
The \fB\-byte-swap\fP filter now has an optional \fIwidth\fP argument,
to specify the address width to swap.  The default is two bytes.
.PP
.if n *
.if t \(bu
.\" srecord.1.21.D010
.\" Change 20
.\" pmiller, Thu Jul 14 00:11:27 2005, motorola address multiplier
The motorola file format now accepts an additional 'width'
command line argument, so you can have 16-bit and 32-bit address
multiples.
.PP
.if n *
.if t \(bu
.\" srecord.1.21.D008
.\" Change 19
.\" pmiller, Wed Jul 13 22:34:43 2005, vmem address bug (SF 1119786)
A bug has been fixed in the VMEM output format. It was failing
to correctly set the next address in some cases.
This fixes SourceForge bug 1119786.
.PP
.if n *
.if t \(bu
.\" Change 16
The \-C-Array output format now uses the \f[CW]const\fP keyword by
default, you can turn it off with the \-no-const option.  The \-C-Array
output format can now generate an additional include file if you use the
\-INClude option.
This answers SourceForge feature request 942132.
.PP
.if n *
.if t \(bu
.\" Change 15
A fix for the "undefined symbols" problem when using g++ 3.x on Cygwin
and MacOsX has been added to the ./configure script.
.PP
.if n *
.if t \(bu
.\" Change 12
There is a new \-ignore-checksum command line option.
The \-ignore-checksums option may be used to disable checksum
validation of input files, for those formats which have
checksums at all.  Note that the checksum values are still read
in and parsed (so it is still an error if they are missing) but
their values are not checked.
.\" ------------------------------------------------------------------------
.\" Add new entries above this line.
.SS Version 1.21 (2005-Feb-07)