Mercurial > flash_v2
comparison packages/hal/common/current/cdl/debugging.cdl @ 912:82d5a3544347
* cdl/debugging.cdl: Allow CRC to be allocated in ROM as well as RAM.
* src/generic-stub.c: as above.
| author | jlarmour |
|---|---|
| date | Tue, 08 Apr 2003 01:13:14 +0000 |
| parents | d2c90368aeef |
| children | 489f52f54b1c |
comparison
equal
deleted
inserted
replaced
| 911:e890ffec4503 | 912:82d5a3544347 |
|---|---|
| 7 # ==================================================================== | 7 # ==================================================================== |
| 8 #####ECOSGPLCOPYRIGHTBEGIN#### | 8 #####ECOSGPLCOPYRIGHTBEGIN#### |
| 9 ## ------------------------------------------- | 9 ## ------------------------------------------- |
| 10 ## This file is part of eCos, the Embedded Configurable Operating System. | 10 ## This file is part of eCos, the Embedded Configurable Operating System. |
| 11 ## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. | 11 ## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. |
| 12 ## Copyright (C) 2003 Jonathan Larmour | |
| 12 ## | 13 ## |
| 13 ## eCos is free software; you can redistribute it and/or modify it under | 14 ## eCos is free software; you can redistribute it and/or modify it under |
| 14 ## the terms of the GNU General Public License as published by the Free | 15 ## the terms of the GNU General Public License as published by the Free |
| 15 ## Software Foundation; either version 2 or (at your option) any later version. | 16 ## Software Foundation; either version 2 or (at your option) any later version. |
| 16 ## | 17 ## |
| 149 This option controls the time (in milliseconds) that eCos programs | 150 This option controls the time (in milliseconds) that eCos programs |
| 150 will wait for a response when sending packets to a host GDB process. | 151 will wait for a response when sending packets to a host GDB process. |
| 151 If this time elapses, then the packet will be resent, up to some | 152 If this time elapses, then the packet will be resent, up to some |
| 152 maximum number of times (CYGNUM_HAL_DEBUG_GDB_PROTOCOL_RETRIES)." | 153 maximum number of times (CYGNUM_HAL_DEBUG_GDB_PROTOCOL_RETRIES)." |
| 153 } | 154 } |
| 155 | |
| 156 cdl_option CYGDBG_HAL_CRCTABLE_LOCATION { | |
| 157 display "Location of CRC32 table" | |
| 158 flavor data | |
| 159 legal_values {"ROM" "RAM"} | |
| 160 default_value {"RAM"} | |
| 161 description " | |
| 162 The stubs use a 1 kilobyte CRC table that can either be pregenerated | |
| 163 and placed in ROM, or generated at runtime in RAM. Depending on | |
| 164 your memory constraints, one of these options may be better." | |
| 165 } | |
| 166 | |
| 167 # EOF debugging.cdl |
