blob: d5af636e15b8ebd681cef76b85075431f54e58ec (
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
|
======================
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 9 Sep 2016
---------------------------
- Remove acmlock routine to improve test performance
- Support flash function for mock device type
- Update test helper functions
Version 0.2.1 9 Sep 2016
---------------------------
- Update import command to use shell-like path expansions
- Update mock 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 mock devices in topology
- Add global lock for mock device type
Version 0.3.1 22 Sep 2016
---------------------------
- Update cmd_rm handler
|