Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version number to 6.4.1 #249

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions common/inc/nx_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* nx_api.h PORTABLE C */
/* 6.4.0 */
/* 6.4.1 */
/* AUTHOR */
/* */
/* Yuxin Zhou, Microsoft Corporation */
Expand Down Expand Up @@ -106,6 +106,9 @@
/* supported VLAN and generic */
/* link layer, */
/* resulting in version 6.4.0 */
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
/* update version number, */
/* resulting in version 6.4.1 */
/* */
/**************************************************************************/

Expand Down Expand Up @@ -522,7 +525,7 @@ VOID _nx_trace_event_update(TX_TRACE_BUFFER_ENTRY *event, ULONG timestamp, ULONG
#define AZURE_RTOS_NETXDUO
#define NETXDUO_MAJOR_VERSION 6
#define NETXDUO_MINOR_VERSION 4
#define NETXDUO_PATCH_VERSION 0
#define NETXDUO_PATCH_VERSION 1

/* Define the following symbols for backward compatibility */
#define EL_PRODUCT_NETXDUO
Expand Down
7 changes: 5 additions & 2 deletions nx_secure/inc/nx_secure_tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/* COMPONENT DEFINITION RELEASE */
/* */
/* nx_secure_tls.h PORTABLE C */
/* 6.4.0 */
/* 6.4.1 */
/* AUTHOR */
/* */
/* Timothy Stapko, Microsoft Corporation */
Expand Down Expand Up @@ -106,6 +106,9 @@
/* 12-31-2022 Bo Chen Modified comment(s), and */
/* updated product constants, */
/* resulting in version 6.4.0 */
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
/* update version number, */
/* resulting in version 6.4.1 */
/* */
/**************************************************************************/

Expand Down Expand Up @@ -169,7 +172,7 @@ extern "C" {
#define AZURE_RTOS_NETX_SECURE
#define NETX_SECURE_MAJOR_VERSION 6
#define NETX_SECURE_MINOR_VERSION 4
#define NETX_SECURE_PATCH_VERSION 0
#define NETX_SECURE_PATCH_VERSION 1

/* The following symbols are defined for backward compatibility reasons. */
#define EL_PRODUCT_NETX_SECURE
Expand Down
2 changes: 1 addition & 1 deletion nx_secure/ports/nx_secure_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

#ifdef NX_SECURE_SYSTEM_INIT
CHAR _nx_secure_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Secure Generic Version G6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Secure Generic Version G6.4.1 *";
#else
extern CHAR _nx_secure_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_em/metaware/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo ARCv2_EM/MetaWare Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo ARCv2_EM/MetaWare Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo ARC_HS/MetaWare Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo ARC_HS/MetaWare Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a15/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A15/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A15/GNU Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5/AC5 Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A7/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A7/GNU Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5/IAR Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5x/ac6/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5x/AC6 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5x/AC6 Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A7/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A7/AC5 Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A7/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A7/GNU Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A7/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A7/IAR Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A8/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A8/AC5 Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A8/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A8/GNU Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A8/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A8/IAR Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A9/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A9/AC5 Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A9/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A9/GNU Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A9/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A9/IAR Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/rvds/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A9/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A9/AC5 Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M0/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M0/AC5 Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M0/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M0/GNU Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M0/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M0/IAR Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m23/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M23/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M23/AC5 Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m23/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M23/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M23/GNU Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m23/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M23/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M23/IAR Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M3/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M3/AC5 Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M3/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M3/GNU Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M3/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M3/IAR Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/keil/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M3/Keil Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M3/Keil Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m33/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M33/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M33/AC5 Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m33/ac6/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M33/AC6 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M33/AC6 Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m33/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M33/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M33/GNU Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m33/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M33/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M33/IAR Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M4/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M4/AC5 Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M4/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M4/GNU Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M4/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M4/IAR Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/keil/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M4/Keil Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M4/Keil Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m55/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M55/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M55/AC5 Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m55/ac6/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M55/AC6 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M55/AC6 Version 6.4.1 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
Loading
Loading