-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathRelease-notes.txt
119 lines (70 loc) · 3.31 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
=================================================
* JTAG Boundary scanner
* Copyright (c) 2008 - 2024 Viveris Technologies
* Release notes
=================================================
Noteworthy changes in release v2.6.7.1 (2024-10-28)
=================================================
- BSDL parser : Chip ID 'x' bits mask support.
- Script : Binary "0bxxx" number format support.
Noteworthy changes in release v2.6.6.1 (2024-10-16)
=================================================
- FTDI based JTAG probes fix : Last bits jtag chain shift-in issue fixed.
- Script : (Most commands) Fix hexadecimal number from variable support.
- MEM Tool : Fix device selection issue.
Noteworthy changes in release v2.6.5.1 (2024-04-30)
=================================================
- Log file output added.
- JLINK JTAG probes support fix : Try to load JLink_x64.dll instead of JLinkARM.dll in 64 bits mode.
Noteworthy changes in release v2.6.4.1 (2024-03-06)
=================================================
- I2C Bus over JTAG emulation : Support targets without OE control bits.
Noteworthy changes in release v2.6.3.3 (2024-03-05)
=================================================
- Fix a probe communication issue with FTDI based probes and some JTAG targets/bsdl.
Noteworthy changes in release v2.6.3.2 (2023-12-19)
=================================================
- Fix v2.6.3.1 release :
crash while loading bsdl file. (script engine issue).
Noteworthy changes in release v2.6.3.1 (2023-12-18)
=================================================
- Many static code analyzer reports fixed.
- BSDL parser : Fix crash with "1508AS_J84.BSD"
- mingw32 and mingw64 build support.
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).