From e5a434b5b57435c7fb448c014f1f2b3516c05018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20DEL=20NERO?= Date: Wed, 16 Oct 2024 21:09:08 +0200 Subject: [PATCH] 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. --- Release-notes.txt | 9 +++++++++ lib_jtag_core/src/version.h | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Release-notes.txt b/Release-notes.txt index df26d19..0d2f4a2 100644 --- a/Release-notes.txt +++ b/Release-notes.txt @@ -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) ================================================= diff --git a/lib_jtag_core/src/version.h b/lib_jtag_core/src/version.h index 5d6d5f3..84f92a1 100644 --- a/lib_jtag_core/src/version.h +++ b/lib_jtag_core/src/version.h @@ -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