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.
This commit is contained in:
committed by
Øyvind Harboe
parent
f9feeacb7f
commit
b69119668e
@@ -8,7 +8,8 @@ SUBDIRS = \
|
||||
svf \
|
||||
xsvf \
|
||||
pld \
|
||||
server
|
||||
server \
|
||||
rtos
|
||||
|
||||
lib_LTLIBRARIES = libopenocd.la
|
||||
bin_PROGRAMS = openocd
|
||||
@@ -100,6 +101,7 @@ libopenocd_la_LIBADD = \
|
||||
$(top_builddir)/src/flash/libflash.la \
|
||||
$(top_builddir)/src/target/libtarget.la \
|
||||
$(top_builddir)/src/server/libserver.la \
|
||||
$(top_builddir)/src/rtos/librtos.la \
|
||||
$(top_builddir)/src/helper/libhelper.la \
|
||||
$(FTDI2232LIB) $(MINGWLDADD) $(LIBUSB)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user