blob: 27808bbffdb5b64dff8c8975ea006ed06da61ed0 (
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
|
======================
litmus Release Notes
======================
Version 0.1.0 09 Jun 2016
---------------------------
- Initial Version
Version 0.1.1 27 Jun 2016
---------------------------
- 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
Version 0.2.0 09 Sep 2016
---------------------------
- Remove acmlock routine to improve test performance
- Support flash function for standalone device type
- Update test helper functions
Version 0.2.1 09 Sep 2016
---------------------------
- Update import command to use shell-like path expansions
- Update standalone device type to avoid sdb error
- Update default templates for u3 and xu3
Version 0.3.0 21 Sep 2016
---------------------------
- 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
Version 0.3.1 22 Sep 2016
---------------------------
- Update cmd_rm handler
Version 0.3.2 07 Oct 2016
---------------------------
- Support artik and more standalone device types
Version 0.3.3 11 Oct 2016
---------------------------
- Support device.screenshot() API
Version 0.3.4 21 Oct 2016
---------------------------
- Update flash method for tw1 to skip passing parameter 'flasher'
|