Skip to content

Commit

Permalink
v2.6.6.1 :
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
jfdelnero committed Oct 16, 2024
1 parent e8a7d5b commit e5a434b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
* Release notes
=================================================

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)
=================================================

Expand Down
4 changes: 2 additions & 2 deletions lib_jtag_core/src/version.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#define VDIG1 2
#define VDIG2 6
#define VDIG3 5
#define VDIG3 6
#define VDIG4 1

#define STR_DATE "30 Apr 2024"
#define STR_DATE "16 Oct 2024"

#define vxstr(s) vstr(s)
#define vstr(s) #s
Expand Down

0 comments on commit e5a434b

Please sign in to comment.