build/openocd: disabled 'poll off' because not supported by ECP5
This commit is contained in:
parent
3864615f6f
commit
b8ca87ece5
|
@ -192,7 +192,7 @@ proc jtagstream_serve {tap port} {
|
|||
write_to_file("stream.cfg", cfg)
|
||||
script = "; ".join([
|
||||
"init",
|
||||
"poll off",
|
||||
#"poll off", # FIXME: not supported for ECP5
|
||||
"irscan {} {:d}".format(tap_name, ir),
|
||||
"jtagstream_serve {} {:d}".format(tap_name, port),
|
||||
"exit",
|
||||
|
|
Loading…
Reference in New Issue