1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/regtools
Amaury Pouly 0e0c610df0 utils/regtools: make qeditor able to poke directly at a hwstub device
This commit add the very handy feature of being able to read registers
directly from a device using hwstub. This is mostly trivial using the hwstub
library and the biggest change here is actually:
- being able to read registers by name and/or addresses
- being able to enumerate devives
The UI code currently doesn't handle hotplug but the backend does so it should
be trivial to add in the future. It also opens up the possibility the write
registers from hwstub or save the register values to a file.
Since it relies on both hwstub and libusb, a switch has been introduced in
qmake to disable it (use -config nohwstub).

Change-Id: I5d7d7a2a7c97ecd7407227357c8553c2773ea6cc
2014-02-10 23:14:25 +01:00
..
desc regtools: update STMP3600 descriptio (fix EMI block) 2013-12-06 02:00:40 +01:00
lib regtools: add shortcut notation for simple register in the desc files 2013-11-26 00:29:48 +01:00
qeditor utils/regtools: make qeditor able to poke directly at a hwstub device 2014-02-10 23:14:25 +01:00
regdumps utils/regtools: add a bunch of regdumps for various sources 2013-10-22 00:52:43 +02:00
headergen.cpp regtools: improve header generator 2013-06-15 22:27:33 +02:00
Makefile regtools: modify description format and refactor tools 2013-06-13 02:25:08 +02:00
tester.cpp regtools: modify description format and refactor tools 2013-06-13 02:25:08 +02:00