On Thu, Jan 2, 2025, 21:46 Lupien, John <jlup...@draper.com> wrote: > Hi Antonio, > I replied to this via direct mail rather than via the devel list > and I suspect that got it put in the "delayed handling" bucket. >
Hi, not a problem at all. I'm just busy as usual with my inbox exploding. Below you asked me to upload the patch to review.openocd.org, > which I have not been able to do. I tried to get an OpenID > registration, but I was unable to find any way to do that. Can > you upload the submission for me? The diffs are attached. > I have tried to apply it to OpenOCD master branch and it fails. I suspect you used some riscv branch not upstream. Would you mind rebasing it on the master branch and adding a reasonable commit message? Also, don't use 'uint8_t' as it is reserved, in OpenOCD, for specific target and adapter data types. Even if it looks a waste of text, please use 'unsigned char'. Regards Antonio