commit | 2b66ad9c4465432e6f2aff2e95f1e7a556bfc3f0 | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Wed Jan 11 20:15:15 2023 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Sat Mar 09 10:30:24 2024 +0000 |
tree | 187edbfe8e16593df21b2c4cb9c392e1011fd339 | |
parent | 4517e9242e8d871db5159ff8afd215f015832c7d [diff] |
Start implementing struct flashprog_programmer Our libflashprog API was already prepared for a programmer level context stored in an opaque `struct flashprog_programmer`. We start filling this struct with a pointer to the programmer driver (entry in the programmer table) and a mutable copy of the parameter string. Change-Id: If9a795627b1e50ea6006569e723f400ff337be20 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/72525