> It sounds like you're implementing support for a RISC-V debug interface that > is completely different from the official 0.11 and 0.13 versions. In that > case it's probably best to merge that code directly into > the main OpenOCD > project. I periodically merge everything from the main OpenOCD project into > riscv-openocd, and am working on merging all changes from riscv-openocd into > the main OpenOCD project (see e.g. > http://openocd.zylin.com/#/c/4922/[http://openocd.zylin.com/#/c/4922/]). > > Tim
thx. ok. question: For now my files reside in src/target not in src/target/riscv ok?. 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? _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
