build/openocd: disabled 'poll off' because not supported by ECP5

This commit is contained in:
Gwenhael Goavec-Merou 2024-04-11 15:13:52 +02:00
parent 3864615f6f
commit b8ca87ece5
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ proc jtagstream_serve {tap port} {
write_to_file("stream.cfg", cfg) write_to_file("stream.cfg", cfg)
script = "; ".join([ script = "; ".join([
"init", "init",
"poll off", #"poll off", # FIXME: not supported for ECP5
"irscan {} {:d}".format(tap_name, ir), "irscan {} {:d}".format(tap_name, ir),
"jtagstream_serve {} {:d}".format(tap_name, port), "jtagstream_serve {} {:d}".format(tap_name, port),
"exit", "exit",