~cosmos-door/ubuntu/quantal/avarice/fix-ftbfs-1058667

« back to all changes in this revision

Viewing changes to src/jtagrun.cc

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2008-01-21 12:42:25 UTC
  • mfrom: (3.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080121124225-jpgg64fki5b2clqs
Tags: 2.7-2
* Add the AVR Dragon to the udev rules. Closes: #461986.
* Update the Debian policy to version 3.7.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *      avarice - The "avarice" program.
3
3
 *      Copyright (C) 2001 Scott Finneran
4
4
 *      Copyright (C) 2002 Intel Corporation
5
 
 *      Copyright (C) 2005 Joerg Wunsch
 
5
 *      Copyright (C) 2005, 2007 Joerg Wunsch
6
6
 *
7
7
 *      This program is free software; you can redistribute it and/or modify
8
8
 *      it under the terms of the GNU General Public License Version 2
19
19
 *
20
20
 * This file contains functions for interfacing with the JTAG box.
21
21
 *
22
 
 * $Id: jtagrun.cc,v 1.5 2005/06/20 20:35:24 joerg_wunsch Exp $
 
22
 * $Id: jtagrun.cc,v 1.6 2007/08/29 11:04:43 joerg_wunsch Exp $
23
23
 */
24
24
 
25
25
 
103
103
    return doSimpleJtagCommand('1', 1);
104
104
}
105
105
 
 
106
void jtag1::parseEvents(const char *)
 
107
{
 
108
    // current no event name parsing in mkI
 
109
}
 
110
 
106
111
bool jtag1::jtagContinue(void)
107
112
{
108
113
    updateBreakpoints();        // download new bp configuration