summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-09-01 21:22:20 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-09-01 21:22:20 +0000
commita5c4ef92b032d0429de2690031379dbb8c38ac6d (patch)
tree4682094e14ac9595be83b6b7ef949b03e1219ff7
parent5ac8036b7fdaa32d44fb756f46f60d8de33e3a50 (diff)
downloadopenocd+libswd-a5c4ef92b032d0429de2690031379dbb8c38ac6d.tar.gz
openocd+libswd-a5c4ef92b032d0429de2690031379dbb8c38ac6d.tar.bz2
openocd+libswd-a5c4ef92b032d0429de2690031379dbb8c38ac6d.tar.xz
openocd+libswd-a5c4ef92b032d0429de2690031379dbb8c38ac6d.zip
Duane Ellis has made highly non-trivial changes to both the target handling and command system.
git-svn-id: svn://svn.berlios.de/openocd/trunk@977 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r--src/helper/command.c3
-rw-r--r--src/target/target.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/helper/command.c b/src/helper/command.c
index 9719d186..c5c695b0 100644
--- a/src/helper/command.c
+++ b/src/helper/command.c
@@ -4,6 +4,9 @@
* *
* Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
+ *
+ * Copyright (C) 2008, Duane Ellis *
+ * openocd@duaneeellis.com *
* *
* part of this file is taken from libcli (libcli.sourceforge.net) *
* Copyright (C) David Parrish (david@dparrish.com) *
diff --git a/src/target/target.c b/src/target/target.c
index ee65147c..5c3a086a 100644
--- a/src/target/target.c
+++ b/src/target/target.c
@@ -5,6 +5,9 @@
* Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
+ * Copyright (C) 2008, Duane Ellis *
+ * openocd@duaneeellis.com *
+ * *
* 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 2 of the License, or *