blob: 6563309c490cdc205384f32c9ea68ec723589bfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
litmus (0.3.4-1) unstable; urgency=low
* Update flash method for tw1 to skip passing parameter 'flasher'
-- Donghoon Shin <dhs.shin@samsung.com> Fri, 21 Oct 2016 11:36:00 +0900
litmus (0.3.3-1) unstable; urgency=low
* Support device.screenshot API
-- Donghoon Shin <dhs.shin@samsung.com> Tue, 11 Oct 2016 12:41:00 +0900
litmus (0.3.2-1) unstable; urgency=low
* Support artik and more standalone device types
-- Donghoon Shin <dhs.shin@samsung.com> Fri, 7 Oct 2016 11:14:00 +0900
litmus (0.3.1-1) unstable; urgency=low
* Update cmd_rm handler
-- Donghoon Shin <dhs.shin@samsung.com> Thu, 22 Sep 2016 07:42:00 +0900
litmus (0.3.0-1) unstable; urgency=low
* Update projects/topology file location
* Add projects/topology param at command prompt
* Support multiple standalone devices in topology
* Add global lock for standalone device type
-- Donghoon Shin <dhs.shin@samsung.com> Wed, 21 Sep 2016 15:08:00 +0900
litmus (0.2.1-1) unstable; urgency=low
* Update import command to use shell-like path expansions
* Update standalone device type to avoid sdb error
* Update default templates for u3 and xu3
-- Donghoon Shin <dhs.shin@samsung.com> Fri, 9 Sep 2016 15:00:00 +0900
litmus (0.2.0-1) unstable; urgency=low
* Remove acmlock routine to imporve test performance
* Support flash function for standalone device type
* Update test helper functions
-- Donghoon Shin <dhs.shin@samsung.com> Fri, 9 Sep 2016 10:03:05 +0900
litmus (0.1.1-1) unstable; urgency=low
* Add ttyS0 in uarts list
* Release global lock at exception of device.on() function
* Turn off device if keyboard interrupt is raised while flashing or turning on device
* Add timeout for all call/check_output to avoid hang issue
-- Donghoon Shin <dhs.shin@samsung.com> Mon, 27 Jun 2016 14:29:31 +0900
litmus (0.1.0-1) unstable; urgency=low
* Initial release
-- Donghoon Shin <dhs.shin@samsung.com> Thu, 09 Jun 2016 18:08:19 +0900
|