devlib icon indicating copy to clipboard operation
devlib copied to clipboard

Allow setting timeouts from target configuration and retries

Open douglas-raillard-arm opened this issue 1 year ago • 0 comments

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.

douglas-raillard-arm avatar Jul 26 '24 13:07 douglas-raillard-arm