linux-msm / qdl

BSD 3-Clause "New" or "Revised" License
216 stars 76 forks source link

feat: expose read and write timeouts to the user #11

Closed ciband closed 4 months ago

ciband commented 4 years ago

Added additional, optional CLI arguments to expose the timeouts for reading and writing to the end user. Hardcoded timeouts can sometimes fail for large flashes.

andersson commented 4 months ago

These timeouts should not relate to the user, but to the device and possibly what is being flashed - and we should generally not hit the timeouts. So let's instead correct the ones that are necessary in the implementation.