Actions
Bug #365
closed
AK
AK
Feature #353: Release v1.3
Variable size in dummy programmer
Bug #365:
Variable size in dummy programmer
Start date:
04/28/2022
Due date:
% Done:
100%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
Feature initially introduced in the patch 44879 (see links). Some issues were found after that, see last comment on the patch. As a follow up 46536 was done. However some issues seem to still be present, specifically
- Broke building with CONFIG_DUMMY=no
- probe_variable_size() would have to move to a chip driver. It needs access to programmer internals, though. Maybe it should be an opaque master?
- Casts objects of all programmers to the dummy one. Only bails out by chance.
Actions