commit | 7679b5ccf987e4999fefed6c6100a7a8f50d4350 | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Fri Apr 28 21:48:53 2023 +0000 |
committer | Nico Huber <nico.h@gmx.de> | Wed Mar 27 08:32:15 2024 +0000 |
tree | d904cf0a8e68feb831380054ce5956cb3b96fdca | |
parent | ca1c7fdd6bd6f61029492fb7a194bd47119e465f [diff] |
spi25: Replace spi_read_chunked() with more abstract version The new flashprog_read_chunked() takes a low-level reading function as argument. This allows us to make use of the chunking with non-SPI read functions. Change-Id: Ica1b616e75e4e7682120928588e231c82cf4cf70 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/74865 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>