index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
regtools
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-27
Make headergen_v2's output include what it uses
Aidan MacDonald
1
-0
/
+3
2020-11-04
qeditor: add better fallback mecanism for icons
Amaury Pouly
2
-17
/
+57
2017-09-06
qeditor: add workaround for c++11 in qt4, suggest to use qt5
Amaury Pouly
1
-1
/
+10
2017-02-04
regtools/qeditor: replace deprecated QStyleOptionViewItemV4
Amaury Pouly
2
-5
/
+5
2017-02-04
regtools/qeditor: compute RAM size
Amaury Pouly
2
-0
/
+23
2017-02-04
regtools/qeditor: enable imx233 analysers for imx233
Amaury Pouly
1
-9
/
+12
2017-02-04
regtools/soc_desc: fix bug in library
Amaury Pouly
1
-1
/
+1
2017-02-04
regtools: add new tool list/find/describe registers
Amaury Pouly
2
-1
/
+631
2017-01-24
jz4760b/regtools: fix/rename some register fields, add clock analyzer to qeditor
Amaury Pouly
3
-6
/
+87
2017-01-24
headergen_v2: add two new macros to write a raw write to set/clr variants
Amaury Pouly
1
-1
/
+48
2017-01-24
update jz4760b register desc
Amaury Pouly
1
-250
/
+582
2017-01-24
regtools: add JZ4760B description
Amaury Pouly
1
-0
/
+13645
2017-01-24
regtools: fix normalization procedure
Amaury Pouly
1
-16
/
+57
2017-01-16
regtools: convert all reg dumps to v2. keep v1 for reference
Amaury Pouly
30
-12561
/
+23874
2016-09-21
regtools: fix library bug when checking if a reference is valid or not
Amaury Pouly
1
-1
/
+1
2016-09-21
regtools: rename error_t to err_t to avoid name clash
Amaury Pouly
5
-39
/
+38
2016-09-21
headergen_v1: remove warnings with newer GCCs
Amaury Pouly
1
-15
/
+15
2016-05-25
regtools: add headergen_v2
Amaury Pouly
3
-11
/
+2021
2016-04-08
qeditor: port to the new hwstub library and add features
Amaury Pouly
10
-328
/
+1393
2016-04-08
regtools: add register access to soc desc
Amaury Pouly
3
-6
/
+68
2016-04-08
soc_desc: add default constructors to most structures
Amaury Pouly
1
-0
/
+24
2016-03-14
regtools: Convert rk27xx register description file to v2 format
Marcin Bukat
2
-2765
/
+11320
2016-02-07
regtools: make description file parser stricter
Amaury Pouly
1
-2
/
+48
2016-02-06
regtools/desc: convert v1 stmp description files to v2
Amaury Pouly
3
-0
/
+67193
2016-02-06
regtools/desc: rename v1 stmp files
Amaury Pouly
3
-0
/
+0
2016-02-06
regtoosl/qeditor: port to the new description format
Amaury Pouly
18
-1908
/
+2912
2016-02-06
regtools: update v2 specification, library and tools
Amaury Pouly
9
-211
/
+1491
2015-10-03
qeditor: fix uninitialised variable
Amaury Pouly
2
-1
/
+7
2015-09-11
soc_desc: new version of the desc file format
Amaury Pouly
20
-706
/
+3735
2015-09-11
qeditor: introduce new "sexy register display"
Amaury Pouly
7
-134
/
+286
2015-09-10
qeditor: use delegate to show bit range information
Amaury Pouly
2
-8
/
+25
2015-03-04
qeditor: Add external static libraries to build dependecies
Marcin Bukat
1
-0
/
+10
2015-01-23
atj213x: Fix DMAC block in description file
Marcin Bukat
1
-49
/
+55
2015-01-22
atj213x: fix desc file errors
Marcin Bukat
1
-6
/
+6
2015-01-12
regtools/headergen: Make generator more flexible
Marcin Bukat
1
-83
/
+126
2014-12-15
regtools/qeditor: use the new model, drop unused code
Amaury Pouly
4
-111
/
+67
2014-12-15
regtools/qeditor: introduce custom table model for reg fields
Amaury Pouly
2
-0
/
+289
2014-12-15
regtoosl/qeditor: remove unused code
Amaury Pouly
2
-118
/
+0
2014-12-15
regtools/qeditor: fix field editor not updating the validator on change
Amaury Pouly
3
-4
/
+26
2014-12-15
regtools/qeditor: fix backend dump bug, be more correct on read
Amaury Pouly
2
-4
/
+5
2014-12-15
regtools/socdesc: update library with a field useful functions
Amaury Pouly
1
-1
/
+23
2014-12-15
qeditor: message widget now supports IDs, useful to clear messages
Amaury Pouly
4
-6
/
+37
2014-12-15
qeditor: change setting names, they were inconsistent
Amaury Pouly
3
-6
/
+6
2014-12-15
qeditor: rework register dump to be more general and flexible
Amaury Pouly
2
-6
/
+25
2014-12-15
qeditor: introduce a new "RAM" backend, and refactor file backend
Amaury Pouly
2
-31
/
+69
2014-12-15
qeditor: display message on "Nothing" backend selection
Amaury Pouly
3
-4
/
+19
2014-12-15
qeditor: backends can now report validity status
Amaury Pouly
2
-0
/
+9
2014-12-15
qeditor: introduce a message widget to display non-interactive messages
Amaury Pouly
4
-0
/
+120
2014-12-15
qeditor: rework mainwindow tab names handling
Amaury Pouly
4
-7
/
+20
2014-12-15
qeditor: add copyright
Amaury Pouly
19
-1
/
+380
[next]