ch347 usb2jtag driver integrated + Quad SPI Driver for Riscduino SOC …
I have Integrated following functionality
- src/jtag/drivers/ch347.c : USB To JTAG CH347 Driver : https://www.wch-ic.com/products/CH347.html
- src/flash/nor/rqspi.c : Quad SPI Driver for Riscduino SOC These driver needed for following RISCV SOC platform Single 32 Bit RISCV Core: https://github.com/riscduino/riscduino Dual 32 Bit RISCV Core: https://github.com/riscduino/riscduino_dcore Quad 32 RISCV Core: https://github.com/riscduino/riscduino_qcore
Let me know any additional information needed.
Should changes like this, not involving any files in the src/target/riscv directory, maybe be done in the upstream OpenOCD project and then back ported from there?
Should changes like this, not involving any files in the
src/target/riscvdirectory, maybe be done in the upstream OpenOCD project and then back ported from there?
Actually, was this already added upstream:
- https://sourceforge.net/p/openocd/mailman/search/?q=ch347
and, as such, should probably be integrated from there via a PR like this:
- https://github.com/riscv-collab/riscv-openocd/pull/1094
Or am I missing something here?
@TommyMurphyTM1234 Not clear with your response, Do you want me push these changes into https://github.com/en-sc/riscv-openocd.git Repo first ?
@TommyMurphyTM1234 Not clear with your response, Do you want me push these changes into https://github.com/en-sc/riscv-openocd.git Repo first ?
No - I never mentioned that repo.
What I'm wondering is...
- If these changes were already made upstream (https://openocd.org/pages/repos.html) in which case maybe they should be integrated here in the
riscv-openocdvia a PR such as this: https://github.com/riscv-collab/riscv-openocd/pull/1094 - Assuming that these changes have NOT been made upstream already then maybe that's where they should be done since they are not RISC-V specific (i.e. don't touch any files in
src/target/riscv)?
Others such as @en-sc might be able to comment?
Closing this stale pull request as there has not been any development for the past 2 months.