summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/adc
ModeNameSize
-rw-r--r--Makefile.module35logplain
-rw-r--r--README945logplain
-rw-r--r--adc.avr.c2130logplain
-rw-r--r--adc.h1496logplain
-rw-r--r--adc.host.c1330logplain
1 files changed, 517 insertions, 0 deletions
diff --git a/AT91SAM7S256/armdebug/Debugger/debug_comm.S b/AT91SAM7S256/armdebug/Debugger/debug_comm.S
new file mode 100644
index 0000000..75f90ff
--- /dev/null
+++ b/AT91SAM7S256/armdebug/Debugger/debug_comm.S
@@ -0,0 +1,517 @@
+/** @file debug_comm.S
+ * @brief GDB Server communications support routines
+ *
+ */
+
+/* Copyright (C) 2007-2010 the NxOS developers
+ *
+ * Module Developed by: TC Wan <tcwan@cs.usm.my>
+ *
+ * See AUTHORS for a full list of the developers.
+ *
+ * See COPYING for redistribution license
+ *
+ */
+
+
+/* #define __NXOS__ */ /* Defined externally in SConstruct */
+
+#define __ASSEMBLY__
+#include "debug_macros.h"
+#include "debug_stub.h"
+#include "debug_comm.h"
+
+.bss
+.align 4