Re: [OpenOCD-devel] Fast polling function

2014-06-06 Thread Franck Jullien
2014-06-06 16:14 GMT+02:00 Franck Jullien : > 2014-06-05 23:36 GMT+02:00 Michael Schwingen : >> On 04.06.2014 16:13, Franck Jullien wrote: >>> 2014-06-04 15:08 GMT+02:00 Franck Jullien : Hi, I'm implementing support for an UART over JTAG module present in the OpenRISC debug inte

Re: [OpenOCD-devel] Fast polling function

2014-06-06 Thread Franck Jullien
2014-06-05 23:36 GMT+02:00 Michael Schwingen : > On 04.06.2014 16:13, Franck Jullien wrote: >> 2014-06-04 15:08 GMT+02:00 Franck Jullien : >>> Hi, >>> >>> I'm implementing support for an UART over JTAG module present in the >>> OpenRISC debug interface. It's a device which looks like an UART on >>>

Re: [OpenOCD-devel] Fast polling function

2014-06-05 Thread Michael Schwingen
On 04.06.2014 16:13, Franck Jullien wrote: > 2014-06-04 15:08 GMT+02:00 Franck Jullien : >> Hi, >> >> I'm implementing support for an UART over JTAG module present in the >> OpenRISC debug interface. It's a device which looks like an UART on >> the SoC Wishbone bus but which transfers data via JTAG

Re: [OpenOCD-devel] Fast polling function

2014-06-04 Thread Franck Jullien
2014-06-04 15:08 GMT+02:00 Franck Jullien : > Hi, > > I'm implementing support for an UART over JTAG module present in the > OpenRISC debug interface. It's a device which looks like an UART on > the SoC Wishbone bus but which transfers data via JTAG. > > I have created a new telnet sever for that a

[OpenOCD-devel] Fast polling function

2014-06-04 Thread Franck Jullien
Hi, I'm implementing support for an UART over JTAG module present in the OpenRISC debug interface. It's a device which looks like an UART on the SoC Wishbone bus but which transfers data via JTAG. I have created a new telnet sever for that and it works fine. My problem is how the polling functio