zephyrproject-rtos / openocd

OpenOCD with Zephyr patches for building Zephyr SDK
Other
28 stars 45 forks source link

Adding missing ARC-related code #31

Closed EvgeniiDidin closed 4 years ago

EvgeniiDidin commented 4 years ago

This patch series adds necessary ARC-related code which is not yet upstreamed.

galak commented 4 years ago

I noticed a few patches got committed upstream:

https://repo.or.cz/openocd.git/commit/8fea8460dbc6ca23e34a16898e86231daab0594d https://repo.or.cz/openocd.git/commit/b2821b607460f8ce564b8b9d1cd968439058a108

I'll pull in the upstream commits and we can rebase your PR on them.

EvgeniiDidin commented 4 years ago

@galak, I updated this pull request according current state of zephyr-20200722 branch.