summaryrefslogtreecommitdiffstats
path: root/utils/hwstub/tools/lua/atj.lua
blob: 16d2639f3a920ce021619bbf143c743ad862d659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
--- Chip Identification
---

ATJ = {}

function ATJ.init()
    hwstub.soc:select("atj213x")
end

require "atj/gpio"
require "atj/lcm"
require "atj/dsp"