Gwenhael Goavec-Merou

Results 427 comments of Gwenhael Goavec-Merou

ch552 firmware was implemented to works with gowin programmer (and there is some specifics hooks for gowin). You can't use external probe with the ch552 not disabled (or not in...

Don't worry. There is sometime good reasons to postpone some tasks :) I have, also, to find a way to test mini edu model.

It's true. In fact jtag verbosity is set to false because this class produce to many "garbage" and it's more a debug mode than a real verbose mode. I must...

I just pushed a --verbose-level: with value= 2, verbose is enabled for lowlevel drivers.

Small update: verbose-level is no more converted to bool for jtag drivers -> this let lowlevel driver to have more choice. It's good to you?

This protocol is in my TODO list yes. In fact both side must be implemented: - server: at the same level as jtag class. It receive commands and convert them...

I have installed @kholia implementation for esp32 on a device to test -> I'm able to start with the client side. XVC protocol is really similar to JLINK cable so...

Thanks to point this implementation. It's more easy to develop using that (no needs to have wifi or network connection). At the end I have to test with as much...

I have to check / analyze your code thanks! The client side is now publicly available: tested with _xvc-pico_ and a _cycloneV_ FPGA (I know using an intel/altera device to...

I have to read carefully your modications! But I'm not sure it is required to modify jtag.cpp since xvc (server side) is different and stateless. MPSSE is specific to FTDI...