diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-09-01 21:22:20 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-09-01 21:22:20 +0000 |
commit | a5c4ef92b032d0429de2690031379dbb8c38ac6d (patch) | |
tree | 4682094e14ac9595be83b6b7ef949b03e1219ff7 /src/target | |
parent | 5ac8036b7fdaa32d44fb756f46f60d8de33e3a50 (diff) | |
download | openocd+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
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/target.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 * |