You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some platforms (like FPGA) can be really slow (e.g. 200x slower than a normal device). This can make some timeouts unsuitable. We should ensure that the core code allows setting timeouts when creating the target so that the client code of devlib (and devlib itself) does not need to be modified to run on such platforms.
Following the same path, it might be necessary to investigate on timeout support in adb.
The text was updated successfully, but these errors were encountered:
Some platforms (like FPGA) can be really slow (e.g. 200x slower than a normal device). This can make some timeouts unsuitable. We should ensure that the core code allows setting timeouts when creating the target so that the client code of devlib (and devlib itself) does not need to be modified to run on such platforms.
Following the same path, it might be necessary to investigate on timeout support in
adb
.The text was updated successfully, but these errors were encountered: