Re: [OpenOCD-devel] Link to a DLL from a new jtag driver file

2018-07-17 Thread Tommy Murphy
What do you mean by direct and indirect dependencies here? Do you mean DLLs accessed via load time dynamic linking versus run time dynamic linking? https://msdn.microsoft.com/en-us/library/ms810279.aspx Or something else? If you are linking your DLL using an import library rather than

[OpenOCD-devel] Cortex-M7 MASKINTS erratum

2018-07-17 Thread Christopher Head
Hello folks, A couple of years ago, I see there was some discussion regarding the MASKINTS erratum in some revisions of Cortex-M7 (namely, it only prevents taking of newly arriving interrupts, not those that are pending before MASKINTS is set). From what I can tell from the mailing list

[OpenOCD-devel] [PATCH]: d292ebf target/cortex_m: make a variable local

2018-07-17 Thread gerrit
This is an automated email from Gerrit. Christopher Head (ch...@zaber.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4606 -- gerrit commit d292ebfe28d50162d1ab0a55db884e27f326e950 Author: Christopher Head Date: Tue Jul 17 13:59:38 2018 -0700

[OpenOCD-devel] [PATCH]: b0de70d target/cortex_m: restore C_MASKINTS after reset

2018-07-17 Thread gerrit
This is an automated email from Gerrit. Christopher Head (ch...@zaber.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4605 -- gerrit commit b0de70d6a4408913065af631cb146eb8bcbe26d6 Author: Christopher Head Date: Tue Jul 17 13:55:55 2018 -0700

Re: [OpenOCD-devel] Link to a DLL from a new jtag driver file

2018-07-17 Thread Jay Chokshi
Alright folks, Following Tommy's advise, I updated root level Confgure.ac, and added below commands in the Makefile.am file at "src/jtag/drivers/" noinst_LTLIBRARIES += %D%/libocdjtagdrivers.la %C%_libocdjtagdrivers_la_LIBADD = %C%_libocdjtagdrivers_la_LDFLAGS  if EUD DRIVERFILES +=