diff options
Diffstat (limited to 'utils/hwstub/tools/lua/jz.lua')
| -rw-r--r-- | utils/hwstub/tools/lua/jz.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/hwstub/tools/lua/jz.lua b/utils/hwstub/tools/lua/jz.lua index ab2cb86..b192c51 100644 --- a/utils/hwstub/tools/lua/jz.lua +++ b/utils/hwstub/tools/lua/jz.lua @@ -24,3 +24,7 @@ function JZ.init() print("Looking for soc " .. desc .. ": not found. Please load a soc by hand.") end end + +require "jz/gpio" +require "jz/lcd" +require "jz/nand"
\ No newline at end of file |