forked from viveris/jtag-boundary-scanner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRelease-notes.txt
71 lines (42 loc) · 1.79 KB
/
Release-notes.txt
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
64
65
66
67
68
69
70
71
=================================================
* JTAG Boundary scanner
* Copyright (c) 2008 - 2021 Viveris Technologies
* Release notes
=================================================
Noteworthy changes in release v2.52 (2021-02-09)
=================================================
- Fix the bsdl files sub-folder scan.
Noteworthy changes in release v2.50 (2021-01-29)
=================================================
- config.script configuration file support.
- FDTI probes settings can be now changed into
the configuration file.
- Pins are now naturally ordered.
- New script commands :
- "pause" : pause the execution during x milliseconds.
- "include" : include and execute another script file. (WIP)
- "system" : do a system call/operation. (WIP)
- Code fixes and improvements.
Noteworthy changes in release v2.19 (2019-03-01)
=================================================
- Probe selection fixed.
- VC 201X build fixed (missing .def entries added).
Noteworthy changes in release v2.18 (2019-02-22)
=================================================
* First public release.
- Windows version GUI.
* Main features
- BSDL files support.
- Target IOs sampling and control mode ( SAMPLE & EXTEST ).
- I2C Bus over JTAG emulation.
- SPI Bus over JTAG emulation.
- MDIO Bus over JTAG emulation.
- Parallel port bus over JTAG emulation.
- JTAG Bus scan and devices auto-detection.
- BSDL files auto-load.
- script support.
- socket interface for remote control.
* Probes support
- FTDI FT2232H based JTAG probes support (Olimex, Xilinx...).
- JLINK JTAG probes support.
- Parallel port based JTAG probes support (Altera ByteBlaster, Memec IJC-4, Macgraigor Wiggler).