1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-31 02:00:45 +00:00
Douglas RAILLARD 988de69b61 target: Add Target.revertable_write_value()
Same as write_value(), but returns a context manager that will write
back the old value on exit.

Also add batch_revertable_write_value() that takes a list of kwargs
dict, and will call revertable_write_value() on each of them, returning
a single combined context manager.
2019-07-30 18:05:21 +01:00
..
2018-10-31 10:17:21 +00:00
2017-12-22 16:22:29 +00:00
2015-10-09 09:30:04 +01:00
2015-10-09 09:30:04 +01:00
2017-12-22 16:22:29 +00:00