summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBroadcom Corporation (Evan Hunter) <ehunter@broadcom.com>2011-04-14 10:25:01 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-04-15 08:24:18 +0200
commitb69119668ed8d9633280f8b596fe9af60f51644b (patch)
tree68a8f525c679f6ce4a9a852b90116afa214329e0 /configure.in
parentf9feeacb7fa9b1f60d803708b831bde2187f29b5 (diff)
downloadopenocd+libswd-b69119668ed8d9633280f8b596fe9af60f51644b.tar.gz
openocd+libswd-b69119668ed8d9633280f8b596fe9af60f51644b.tar.bz2
openocd+libswd-b69119668ed8d9633280f8b596fe9af60f51644b.tar.xz
openocd+libswd-b69119668ed8d9633280f8b596fe9af60f51644b.zip
RTOS Thread awareness support wip
- works on Cortex-M3 with ThreadX and FreeRTOS Compared to original patch a few nits were fixed: - remove stricmp usage - unsigned compare fix - printf formatting fixes - fixed a bug with overrunning a memory buffer allocated with malloc.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index a73354f9..8315a18d 100644
--- a/configure.in
+++ b/configure.in
@@ -1170,6 +1170,7 @@ AC_OUTPUT(dnl
src/xsvf/Makefile dnl
src/svf/Makefile dnl
src/target/Makefile dnl
+ src/rtos/Makefile dnl
src/server/Makefile dnl
src/flash/Makefile dnl
src/flash/nor/Makefile dnl