* monitor.h (MO_SREC_ACK_PLUS, MO_SREC_ACK_ROTATE): New flags.

* monitor.c (monitor_wait_srec_ack): Add DINK32-specific ack code.
	* dsrec.c (load_srec): Always write a header S-record.
	* dink32-rom.c (dink32_regnames): Fix the names of float registers.
	(dink32_cmds): Set to use S-record downloading with acks.
	* remote-est.c (est_cmds): Add MO_SREC_ACK_PLUS flag.
This commit is contained in:
Stan Shebs
1997-09-16 23:58:01 +00:00
parent 8603b0f0ff
commit c77bcbc2f7
4 changed files with 27 additions and 6 deletions

View File

@@ -98,7 +98,7 @@ static char *est_inits[] = {"he\r", /* Resets the prompt, and clears repeated cm
static struct monitor_ops est_cmds =
{
MO_CLR_BREAK_USES_ADDR | MO_FILL_USES_ADDR | MO_NEED_REGDUMP_AFTER_CONT |
MO_SREC_ACK,
MO_SREC_ACK | MO_SREC_ACK_PLUS,
est_inits, /* Init strings */
"go\r", /* continue command */
"sidr\r", /* single step */