perceiver-josh

Results 3 comments of perceiver-josh

@kokas-a There seems to be something more going on here with ARC debug targets, or at least the FTDI debug interface to OpenOCD in the most recent toolchains/zephyr versions. I...

@kokas-a Here's the log with `-v`: ``` $ west -v debug -- west debug: rebuilding cmake version 3.20.5 is OK; minimum version is 3.13.1 Running CMake: /usr/local/bin/cmake --build /home/jkiepert/work/sdk/zephyr/samples/basic/threads/build ninja:...

@kokas-a interestingly, if I manually run openocd and gdb I see non-thread-aware debug loading work. The key is to not pass in `-ex load` with the gdb command. Proceedure that...