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/SConscript | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 AT91SAM7S256/armdebug/SConscript (limited to 'AT91SAM7S256/armdebug/SConscript') diff --git a/AT91SAM7S256/armdebug/SConscript b/AT91SAM7S256/armdebug/SConscript new file mode 100644 index 0000000..c495847 --- /dev/null +++ b/AT91SAM7S256/armdebug/SConscript @@ -0,0 +1,13 @@ +# This scons build script is used by NxOS + +from glob import glob + +Import('env') + + +for source in glob('Debugger/*.[cS]'): + obj = env.Object(source.split('.')[0], source) + env.Append(NXOS_DEBUG=obj) + +if env['WITH_DOXYGEN']: + env.Doxygen('Doxyfile') -- cgit v1.2.3