Skip to content

Commit e74a289

Browse files
authored
Update release date and version
Update release date and version
2 parents 268e4ed + 9551a4c commit e74a289

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

common/inc/lx_api.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* APPLICATION INTERFACE DEFINITION RELEASE */
2727
/* */
2828
/* lx_api.h PORTABLE C */
29-
/* 6.x */
29+
/* 6.4.0 */
3030
/* AUTHOR */
3131
/* */
3232
/* William E. Lamie, Microsoft Corporation */
@@ -86,9 +86,9 @@
8686
/* bitmap and obsolete count */
8787
/* cache for NOR flash, */
8888
/* resulting in version 6.3.0 */
89-
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */
89+
/* 12-31-2023 Xiuwen Cai Modified comment(s), */
9090
/* added configuration checks, */
91-
/* resulting in version 6.x */
91+
/* resulting in version 6.4.0 */
9292
/* */
9393
/**************************************************************************/
9494

@@ -200,7 +200,7 @@ typedef unsigned long long ULONG64;
200200
/* Define basic constants for the LevelX Stack. */
201201
#define AZURE_RTOS_LEVELX
202202
#define LEVELX_MAJOR_VERSION 6
203-
#define LEVELX_MINOR_VERSION 3
203+
#define LEVELX_MINOR_VERSION 4
204204
#define LEVELX_PATCH_VERSION 0
205205

206206

common/src/lx_nand_flash_data_page_copy.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
/* FUNCTION RELEASE */
4141
/* */
4242
/* _lx_nand_flash_data_page_copy PORTABLE C */
43-
/* 6.x */
43+
/* 6.4.0 */
4444
/* AUTHOR */
4545
/* */
4646
/* Xiuwen Cai, Microsoft Corporation */
@@ -79,10 +79,10 @@
7979
/* DATE NAME DESCRIPTION */
8080
/* */
8181
/* 03-08-2023 Xiuwen Cai Initial Version 6.2.1 */
82-
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */
82+
/* 12-31-2023 Xiuwen Cai Modified comment(s), */
8383
/* fixed sequential checking */
8484
/* logic, */
85-
/* resulting in version 6.x */
85+
/* resulting in version 6.4.0 */
8686
/* */
8787
/**************************************************************************/
8888
UINT _lx_nand_flash_data_page_copy(LX_NAND_FLASH* nand_flash, ULONG logical_sector, ULONG source_block, USHORT src_block_status,

0 commit comments

Comments
 (0)