On Fri, Mar 8, 2019 at 8:59 AM Tim Newsome <[email protected]> wrote:

> 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.
>

If you're using debug_defines.h (which only contains defines from the Debug
Spec), then why do you need to make a new target at all? What kind of debug
interface does the hardware you're trying to support implement?

Tim

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

Reply via email to