openocd
openocd copied to clipboard
OpenOCD with Zephyr patches for building Zephyr SDK
This is a cherry-pick of https://github.com/openocd-org/openocd/commit/77287b8d47b4be8ee5612037fe1eba6f0e08147f ESP32 is a dual core Xtensa SoC Not full featured yet. Some of the missing functionality: -Semihosting -Flash breakpoints -Flash loader -Apptrace -FreeRTOS Change-Id:...
flash/nor/eneispif: support ENE KB1200 ispi flash
Since https://github.com/zephyrproject-rtos/zephyr/commit/c3eeae8, Zephyr OS exposes offset of mode_exc_return in the arch struct for ARM. Accounting for this allows for consistency and enables logic with further offsets that may be added...
While trying to debug the Zephyr OS running on Cortex-A53 (ARMv8A) target board, we are seeing the below message:- Info : 308 2970 zephyr.c:415 zephyr_create(): Zephyr: looking for target: aarch64...
This ARC-specific patch allows reading caller-saved registers from the thread's stack if an interrupt entry caused them to be automatically pushed on the thread's stack (RIRQ) or by the ISR...
Building the default branch (zephyr-20220611) using a GCC 10.2.1 on a Raspberry Pi gives me the errors shown below. Because I don't need the related architecture, It was sufficient for...
Please, update openocd to include the support of stm32h7 dualcore targets on master branch up to commit: http://openocd.zylin.com/#/c/5534/ SHA1: 0a804222da63c5f849efa23b019a59e2dea76842 This is complementary to PR https://github.com/zephyrproject-rtos/zephyr/pull/24682
OpenOCD might be used to work nicely with SMP targets, see http://openocd.org/doc/html/Config-File-Guidelines.html#definecputargetsworkinginsmp. We may just define SMP system in OpenOCD configuration: ``` target smp $_TARGETNAME1 $_TARGETNAME2 ``` And then `reset`...
update the openocd to include the support of stm32g0 and stm32g4 targets on latest master which now includes the commit [Flash driver for STM32G0xx and STM32G4xx](http://openocd.zylin.com/#/c/4807/)
I am trying to used gdb and openOCD for thread aware debugging of an ARC EMSK board configured with an EM4 CPU. I am using branch: https://github.com/zephyrproject-rtos/openocd/tree/zephyr-20190226. I built openOCD...