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

@ -75,4 +75,5 @@ if STMP.info.chip ~= nil then
require "stmp/pinctrl"
require "stmp/lcdif"
require "stmp/pwm"
require "stmp/clkctrl"
end