diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2017-11-12 14:14:30 +0100 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2017-11-12 14:14:30 +0100 |
| commit | ec4fa0333c41aebb16e7106b1e9f583eb54aa26c (patch) | |
| tree | d9ab85549426807d5a62593bf1031905dbb739c6 /utils/hwstub/tools/lua/stmp.lua | |
| parent | dd6b8427f9b4e3d1a13ed81005f9020394001d0c (diff) | |
| download | rockbox-ec4fa0333c41aebb16e7106b1e9f583eb54aa26c.zip rockbox-ec4fa0333c41aebb16e7106b1e9f583eb54aa26c.tar.gz rockbox-ec4fa0333c41aebb16e7106b1e9f583eb54aa26c.tar.bz2 rockbox-ec4fa0333c41aebb16e7106b1e9f583eb54aa26c.tar.xz | |
hwstub: add code to dump STMP rom
Change-Id: I083024662f3c085f7bcd2f85b0a68de85725b0f3
Diffstat (limited to 'utils/hwstub/tools/lua/stmp.lua')
| -rw-r--r-- | utils/hwstub/tools/lua/stmp.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/hwstub/tools/lua/stmp.lua b/utils/hwstub/tools/lua/stmp.lua index ea1cde9..2af4d18 100644 --- a/utils/hwstub/tools/lua/stmp.lua +++ b/utils/hwstub/tools/lua/stmp.lua @@ -77,4 +77,5 @@ require "stmp/pinctrl" require "stmp/lcdif" require "stmp/pwm" require "stmp/clkctrl" -require "stmp/i2c"
\ No newline at end of file +require "stmp/i2c" +require "stmp/rom" |