aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Debugger/debug_comm.S
diff options
context:
space:
mode:
authorTC Wan2010-12-02 17:49:40 +0800
committerTC Wan2010-12-02 17:49:40 +0800
commitdb39d3ab16c967fede452c6eda6f023ae53a1654 (patch)
tree2b2a999792d0d4e97b2e55167bb5a95eedf431aa /AT91SAM7S256/armdebug/Debugger/debug_comm.S
parent6434b7466f3ba860396b9b14bb47320c19d04473 (diff)
parentbc6e53a15ec74e9f1c9e54227a21064cb8565954 (diff)
Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebug
Diffstat (limited to 'AT91SAM7S256/armdebug/Debugger/debug_comm.S')
-rw-r--r--AT91SAM7S256/armdebug/Debugger/debug_comm.S8
1 files changed, 6 insertions, 2 deletions
diff --git a/AT91SAM7S256/armdebug/Debugger/debug_comm.S b/AT91SAM7S256/armdebug/Debugger/debug_comm.S
index af69391..857c3ea 100644
--- a/AT91SAM7S256/armdebug/Debugger/debug_comm.S
+++ b/AT91SAM7S256/armdebug/Debugger/debug_comm.S
@@ -1,3 +1,7 @@
+/** @file debug_comm.S
+ * @brief GDB Server communications support routines
+ *
+ */
/* Copyright (C) 2007-2010 the NxOS developers
*
@@ -5,8 +9,8 @@
*
* See AUTHORS for a full list of the developers.
*
- * Redistribution of this file is permitted under
- * the terms of the GNU Public License (GPL) version 2.
+ * See COPYING for redistribution license
+ *
*/
#define __ASSEMBLY__