mirror of
https://github.com/ARM-software/devlib.git
synced 2025-07-23 05:59:10 +01:00
devlib
doc
images
Makefile
conf.py
connection.rst
derived_measurements.rst
index.rst
instrumentation.rst
make.bat
modules.rst
overview.rst
platform.rst
target.rst
src
tests
.gitignore
README.rst
setup.py
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.