aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-03-02 08:30:01 +0800
committerTat-Chee Wan (USM)2011-03-02 08:30:01 +0800
commit9c12c3b7ded2c5c3a2d7f4a8c576a5877f7e23a0 (patch)
tree0689cb4fefc8fdebb5dd240c9d80ba1fb8f86b16 /AT91SAM7S256
parentc1e52f2ea3e04a8e6b68905d4638f6b1289f751f (diff)
parent39058288d8ab2ed1486cefdc8547d25c3d723a8c (diff)
Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebug
Diffstat (limited to 'AT91SAM7S256')
-rw-r--r--AT91SAM7S256/armdebug/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/AT91SAM7S256/armdebug/README b/AT91SAM7S256/armdebug/README
new file mode 100644
index 0000000..9b6bca3
--- /dev/null
+++ b/AT91SAM7S256/armdebug/README
@@ -0,0 +1,19 @@
+Introduction
+============
+armdebug is an ARM Assembly Language Instruction debugger for the NXT.
+It is intended for embedding in the NXT firmware (e.g. NXT Improved Firmware),
+as well as for use with NxOS.
+
+Contents
+========
+The various folders contents are as follows:
+Debugger: GDB client driver for NXT (need to be embedded in firmware code)
+Host: GDB Server for PC Host
+FantomModule: pyFantom - Python Wrapper for Fantom Driver on Mac OSX (used by nxt-python)
+nxt-python-fantom: Local fork of nxt-python to support pyFantom
+
+
+LICENCES
+========
+The armdebug code is dual-licensed. Please see COPYING for more details.
+Other projects included in this repository have their respective licenses.