EvgeniiDidin
EvgeniiDidin
Hi Joshua, Sorry for delayed reply! Indeed, for some reason wakeup is not working properly. It is hard to tell what might be wrong there, add_wait_queue() and schedule() functions are...
Pull request, which solves this issue: https://github.com/zephyrproject-rtos/openocd/pull/25
Hi @jshoen, I am sorry for late response. I prepared a patch, which introduces support of arcv2 for Zephyr in openOCD: https://github.com/foss-for-synopsys-dwc-arc-processors/openocd/commit/dbe09528bf6a7358bfc7b4ffd451747c384d304c Now the openocd log is: ``` Info :...
Hi @jshoen, Recently I pushed a commit in my development branch: https://github.com/foss-for-synopsys-dwc-arc-processors/openocd/tree/topic_zephyr_threads Now it is possible to switch between threads and get registers with "info registers" command. Note that only...
Hi @jshoen, To prevent you waiting my patch I think you should try my branch with such little changes: ``` git diff src/rtos/Zephyr.c diff --git a/src/rtos/Zephyr.c b/src/rtos/Zephyr.c index 9568ccc97..bdbdb7da0 100644...
Hi @jshoen, I fixed an error and added changes from previous message in the latest patch. Could you please try the latest revision: https://github.com/foss-for-synopsys-dwc-arc-processors/openocd/commit/9dbc8a183621a31deaa518f0b51c9f6a8a3bd48f
Hi @jshoen, Could you please revert your changes and try to configure openocd with "--disable-werror" option. After that "make" should finish without errors.
Hi Jay, The series of patches, which introduces Zephyr thread aware debugging for arcv2 is already in zephyr-20191003 branch: https://github.com/zephyrproject-rtos/openocd/pull/15 https://github.com/zephyrproject-rtos/openocd/pull/17 Also I created a patch for GDB, which is...
Hi Jay, I'm wondering if you still have any issues with YYY then I'd like to get more details about that. Also please note that the next Zephyr release v2.1...