Support more device types
authorDonghoon Shin <dhs.shine@gmail.com>
Fri, 7 Oct 2016 02:24:27 +0000 (11:24 +0900)
committerDonghoon Shin <dhs.shine@gmail.com>
Fri, 7 Oct 2016 02:24:31 +0000 (11:24 +0900)
commitf0bba06bc4fe80da81241110e3f20759866ac994
tree35d7f936aadccbbcd7de2f0ca767d41eaf175acb
parent9b4f0071c754d9e61d6197385d677aa0ad53fc43
Support more device types

Add artik device types and more standalone device types
30 files changed:
CHANGES.txt
README.md
debian/changelog
docs/source/litmus.core.rst
litmus/__init__.py
litmus/core/util.py
litmus/device/device.py
litmus/device/deviceartik10.py [new file with mode: 0644]
litmus/device/deviceartik5.py [new file with mode: 0644]
litmus/device/devicestandalone.py
litmus/device/devicestandalone_m0.py [new file with mode: 0644]
litmus/device/devicestandalone_tm1.py [new file with mode: 0644]
litmus/device/devicestandalone_tm2.py [new file with mode: 0644]
litmus/device/devicestandalone_tw1.py [new file with mode: 0644]
litmus/device/devicestandalone_u3.py [new file with mode: 0644]
litmus/device/devicestandalone_xu3.py [new file with mode: 0644]
litmus/device/devicestandalone_z1.py [new file with mode: 0644]
litmus/helper/helper.py
litmus/templates/artik10/__init__.py [new file with mode: 0644]
litmus/templates/artik10/conf.yaml [new file with mode: 0644]
litmus/templates/artik10/misc/autoinput [new file with mode: 0755]
litmus/templates/artik10/misc/getevent [new file with mode: 0755]
litmus/templates/artik10/tc.yaml [new file with mode: 0644]
litmus/templates/artik10/userscript.py [new file with mode: 0755]
litmus/templates/artik5/__init__.py [new file with mode: 0644]
litmus/templates/artik5/conf.yaml [new file with mode: 0644]
litmus/templates/artik5/misc/autoinput [new file with mode: 0755]
litmus/templates/artik5/misc/getevent [new file with mode: 0755]
litmus/templates/artik5/tc.yaml [new file with mode: 0644]
litmus/templates/artik5/userscript.py [new file with mode: 0755]