File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 4
4
* Release notes
5
5
=================================================
6
6
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
+
7
16
Noteworthy changes in release v2.6.5.1 (2024-04-30)
8
17
=================================================
9
18
Original file line number Diff line number Diff line change 1
1
#define VDIG1 2
2
2
#define VDIG2 6
3
- #define VDIG3 5
3
+ #define VDIG3 6
4
4
#define VDIG4 1
5
5
6
- #define STR_DATE "30 Apr 2024"
6
+ #define STR_DATE "16 Oct 2024"
7
7
8
8
#define vxstr (s ) vstr(s)
9
9
#define vstr (s ) #s
You can’t perform that action at this time.
0 commit comments