From d50dd5ab9567cc308e412c5e9e775dc8e15fb509 Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan Date: Fri, 3 Feb 2012 23:57:04 +0100 Subject: merge armdebug rc1 This enables the use of GDB or GDB based debuggers to debug the code running on the NXT brick using the USB connection. --- AT91SAM7S256/armdebug/.gitignore | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 AT91SAM7S256/armdebug/.gitignore (limited to 'AT91SAM7S256/armdebug/.gitignore') diff --git a/AT91SAM7S256/armdebug/.gitignore b/AT91SAM7S256/armdebug/.gitignore new file mode 100644 index 0000000..46f8223 --- /dev/null +++ b/AT91SAM7S256/armdebug/.gitignore @@ -0,0 +1,41 @@ +# Ignore tag +MASTER-REPO_DO-NOT-DELETE +*.lst +*.objdump +.DS_Store + +# Generally annoying things. +*.[oa] +*.pyc +*.bin +*.elf +*.rxe +*.map +*.orig +*.log +*~ +*.swp +\#*\# +.\#* + +# Python distutils creates this when building. +pynxt/build/ + +# XCode build stuff +FantomModule/build/ +*mode1v3 +*pbxuser + +# SCons cruft +.sconsign.dblite +.sconf_temp +build_flags.py + +# Precommit hooks drop a commit.msg file if they fail. +commit.msg + +# The option-cache +scons.options + +# pyfantom related +pyfantom.py -- cgit v1.2.3