summaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2016-02-07regtools: make description file parser stricterAmaury Pouly1-2/+48
2016-02-06regtools/desc: convert v1 stmp description files to v2Amaury Pouly3-0/+67193
2016-02-06regtools/desc: rename v1 stmp filesAmaury Pouly3-0/+0
2016-02-06regtoosl/qeditor: port to the new description formatAmaury Pouly18-1908/+2912
2016-02-06regtools: update v2 specification, library and toolsAmaury Pouly9-211/+1491
2016-01-17update deploy.py to recognize and use Qt5Cástor Muñoz1-1/+1
2015-11-17hwstub: fix atj213x dsp lua codeMarcin Bukat1-9/+9
2015-11-17hwstub: Add ajt213x lua interface for DSP blockMarcin Bukat2-0/+159
2015-10-03qeditor: fix uninitialised variableAmaury Pouly2-1/+7
2015-09-29hwstub: make it possible to override toolchainAmaury Pouly4-16/+20
2015-09-11soc_desc: new version of the desc file formatAmaury Pouly22-861/+3959
2015-09-11qeditor: introduce new "sexy register display"Amaury Pouly7-134/+286
2015-09-10qeditor: use delegate to show bit range informationAmaury Pouly2-8/+25
2015-07-17utils/parse_testcodec.rb: add support for Opus filesCástor Muñoz1-0/+2
2015-06-28hwstub: Add completion and some pretty printing to the shellMarcin Bukat5-18/+1724
2015-06-07Append build date when building dev version from local foler.Dominik Riebeling1-1/+2
2015-05-30Make revision handling work when building from local folder.Dominik Riebeling1-3/+2
2015-05-30Fix path creation for zip file names in current folder.Dominik Riebeling1-5/+1
2015-05-30Update findversion for change version.h format.Dominik Riebeling1-7/+6
2015-03-29Add jz4760 toolAmaury Pouly2-0/+584
2015-03-04qeditor: Add external static libraries to build dependeciesMarcin Bukat1-0/+10
2015-02-16Introduce a new analysis tool to detect which macros are defined in each build.Amaury Pouly1-0/+196
2015-01-23atj213x: Fix DMAC block in description fileMarcin Bukat1-49/+55
2015-01-22atj213x: fix desc file errorsMarcin Bukat1-6/+6
2015-01-13hwstub: implement read/write data abort recoveryAmaury Pouly11-39/+304
2015-01-13Fix crash on uninitialized variableThomas Jarosch1-1/+1
2015-01-12Clean up bogus 'make compiler happy' codeThomas Jarosch2-7/+8
2015-01-12regtools/headergen: Make generator more flexibleMarcin Bukat1-83/+126
2015-01-04jz4740 usbtool: Fix undefined behavior in set_reg()Thomas Jarosch1-7/+7
2015-01-04Fix uninitialized variable (should fix libusb retry handling)Thomas Jarosch2-0/+2
2015-01-04Remove unneeded std::string .c_str() callThomas Jarosch1-1/+1
2014-12-20Remove useless assignment of 'len'Thomas Jarosch1-1/+0
2014-12-20sb1: fix buggy comparisonAmaury Pouly1-1/+1
2014-12-15regtools/qeditor: use the new model, drop unused codeAmaury Pouly4-111/+67
2014-12-15regtools/qeditor: introduce custom table model for reg fieldsAmaury Pouly2-0/+289
2014-12-15regtoosl/qeditor: remove unused codeAmaury Pouly2-118/+0
2014-12-15regtools/qeditor: fix field editor not updating the validator on changeAmaury Pouly3-4/+26
2014-12-15regtools/qeditor: fix backend dump bug, be more correct on readAmaury Pouly2-4/+5
2014-12-15regtools/socdesc: update library with a field useful functionsAmaury Pouly1-1/+23
2014-12-15qeditor: message widget now supports IDs, useful to clear messagesAmaury Pouly4-6/+37
2014-12-15qeditor: change setting names, they were inconsistentAmaury Pouly3-6/+6
2014-12-15qeditor: rework register dump to be more general and flexibleAmaury Pouly2-6/+25
2014-12-15qeditor: introduce a new "RAM" backend, and refactor file backendAmaury Pouly2-31/+69
2014-12-15qeditor: display message on "Nothing" backend selectionAmaury Pouly3-4/+19
2014-12-15qeditor: backends can now report validity statusAmaury Pouly2-0/+9
2014-12-15qeditor: introduce a message widget to display non-interactive messagesAmaury Pouly4-0/+120
2014-12-15qeditor: rework mainwindow tab names handlingAmaury Pouly4-7/+20
2014-12-15qeditor: add copyrightAmaury Pouly19-1/+380
2014-12-15Revert "regtools/qeditor: use the new model, drop unused code"Amaury Pouly4-67/+111
2014-12-15regtools/qeditor: use the new model, drop unused codeAmaury Pouly4-111/+67