On Fri, Mar 8, 2019 at 2:34 AM Xen Mann <[email protected]> wrote:

> For now my files reside in src/target not in src/target/riscv ok?


src/target/riscv makes more sense to me, but I don't feel strongly either
way.

I include files from src/target/riscv (debug_defines.h, riscv.h). Will
> those headers be incompatible in future because they will have changed? Or
> will changes at those files only add information but not removing them?
>

debug_defines.h is unlikely to change much in the future. I think of
riscv.h as internal to the RISC-V implementation and it can definitely
change in the future. If I change it after your code merges I will attempt
to keep your code working. Part of that will be on you to keep an eye on
RISC-V changes as they are suggested to OpenOCD to make sure they won't
break your code.

Tim
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to