rockbox/utils/regtools/qeditor
Marcin Bukat cd04a5f1aa hwstub/qeditor: add support for atomic read/writes
The current code assumed that READ/WRITE would produce atomic read/writes for
8/16/32-bit words, which in turned put assumption on the memcpy function.
Since some memcpy implementation do not always guarantee such strong assumption,
introduce two new operation READ/WRITE_ATOMIC which provide the necessary
tools to do correct read and write to register in a single memory access.

Change-Id: I37451bd5057bb0dcaf5a800d8aef8791c792a090
2014-11-18 23:30:44 +01:00
..
analyser.cpp regtools/qeditor: rewrite soc handling 2014-02-10 23:14:26 +01:00
analyser.h regtools: completely rework qeditor, improve soc desc library and tools 2014-05-01 19:34:18 +02:00
backend.cpp hwstub/qeditor: add support for atomic read/writes 2014-11-18 23:30:44 +01:00
backend.h qeditor: rework modified indicator, register tab names depend on content 2014-09-19 10:58:33 +02:00
main.cpp qeditor: add support for deletion of items 2014-05-11 19:54:48 +02:00
mainwindow.cpp qeditor: rework modified indicator, register tab names depend on content 2014-09-19 10:58:33 +02:00
mainwindow.h qeditor: rework modified indicator, register tab names depend on content 2014-09-19 10:58:33 +02:00
qeditor.pro qeditor: on Windows it’s not impossible to create a file with AUX 2014-05-12 19:05:19 +02:00
regdisplaypanel.cpp qeditor: add soc panel, to display soc information 2014-09-07 17:46:42 +02:00
regdisplaypanel.h qeditor: add soc panel, to display soc information 2014-09-07 17:46:42 +02:00
regedit.cpp qeditor: rework modified indicator, register tab names depend on content 2014-09-19 10:58:33 +02:00
regedit.h qeditor: rework modified indicator, register tab names depend on content 2014-09-19 10:58:33 +02:00
regtab.cpp qeditor: rework modified indicator, register tab names depend on content 2014-09-19 10:58:33 +02:00
regtab.h qeditor: rework modified indicator, register tab names depend on content 2014-09-19 10:58:33 +02:00
settings.cpp
settings.h
std_analysers.cpp qeditor: Implement clock analyzer for rk27xx 2014-09-19 11:00:31 +02:00
std_analysers.h qeditor: Implement clock analyzer for rk27xx 2014-09-19 11:00:31 +02:00
utils.cpp qeditor: implement usb device list refresh (if supported) 2014-09-19 10:58:23 +02:00
utils.h qeditor: implement usb device list refresh (if supported) 2014-09-19 10:58:23 +02:00