Skip to content

Commit e5a434b

Browse files
committed
v2.6.6.1 :
- 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.
1 parent e8a7d5b commit e5a434b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Release-notes.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
* Release notes
55
=================================================
66

7+
Noteworthy changes in release v2.6.6.1 (2024-10-16)
8+
=================================================
9+
10+
- FTDI based JTAG probes fix : Last bits jtag chain shift-in issue fixed.
11+
12+
- Script : (Most commands) Fix hexadecimal number from variable support.
13+
14+
- MEM Tool : Fix device selection issue.
15+
716
Noteworthy changes in release v2.6.5.1 (2024-04-30)
817
=================================================
918

lib_jtag_core/src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#define VDIG1 2
22
#define VDIG2 6
3-
#define VDIG3 5
3+
#define VDIG3 6
44
#define VDIG4 1
55

6-
#define STR_DATE "30 Apr 2024"
6+
#define STR_DATE "16 Oct 2024"
77

88
#define vxstr(s) vstr(s)
99
#define vstr(s) #s

0 commit comments

Comments
 (0)