1
0
Fork 0
forked from len0rd/rockbox

hwstub: add stmp clkctrl code and generic register dumper

Change-Id: I432853fb4171f07ed23b73dc0499814fe8ce8748
This commit is contained in:
Amaury Pouly 2013-08-11 19:18:58 +02:00
parent d759bd3710
commit 1b1692ff06
5 changed files with 215 additions and 1 deletions

View file

@ -1,3 +1,4 @@
package.path = string.sub(string.gsub(debug.getinfo(1).source, "load.lua", "?.lua"),2) .. ";" .. package.path
require "stmp"
require "dumper"