Update release date and version

Update release date and version
This commit is contained in:
Xiuwen Cai
2023-12-28 17:43:14 +08:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -26,7 +26,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */ /* APPLICATION INTERFACE DEFINITION RELEASE */
/* */ /* */
/* lx_api.h PORTABLE C */ /* lx_api.h PORTABLE C */
/* 6.x */ /* 6.4.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -86,9 +86,9 @@
/* bitmap and obsolete count */ /* bitmap and obsolete count */
/* cache for NOR flash, */ /* cache for NOR flash, */
/* resulting in version 6.3.0 */ /* resulting in version 6.3.0 */
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */ /* 12-31-2023 Xiuwen Cai Modified comment(s), */
/* added configuration checks, */ /* added configuration checks, */
/* resulting in version 6.x */ /* resulting in version 6.4.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
@@ -200,7 +200,7 @@ typedef unsigned long long ULONG64;
/* Define basic constants for the LevelX Stack. */ /* Define basic constants for the LevelX Stack. */
#define AZURE_RTOS_LEVELX #define AZURE_RTOS_LEVELX
#define LEVELX_MAJOR_VERSION 6 #define LEVELX_MAJOR_VERSION 6
#define LEVELX_MINOR_VERSION 3 #define LEVELX_MINOR_VERSION 4
#define LEVELX_PATCH_VERSION 0 #define LEVELX_PATCH_VERSION 0
+3 -3
View File
@@ -40,7 +40,7 @@
/* FUNCTION RELEASE */ /* FUNCTION RELEASE */
/* */ /* */
/* _lx_nand_flash_data_page_copy PORTABLE C */ /* _lx_nand_flash_data_page_copy PORTABLE C */
/* 6.x */ /* 6.4.0 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* Xiuwen Cai, Microsoft Corporation */ /* Xiuwen Cai, Microsoft Corporation */
@@ -79,10 +79,10 @@
/* DATE NAME DESCRIPTION */ /* DATE NAME DESCRIPTION */
/* */ /* */
/* 03-08-2023 Xiuwen Cai Initial Version 6.2.1 */ /* 03-08-2023 Xiuwen Cai Initial Version 6.2.1 */
/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */ /* 12-31-2023 Xiuwen Cai Modified comment(s), */
/* fixed sequential checking */ /* fixed sequential checking */
/* logic, */ /* logic, */
/* resulting in version 6.x */ /* resulting in version 6.4.0 */
/* */ /* */
/**************************************************************************/ /**************************************************************************/
UINT _lx_nand_flash_data_page_copy(LX_NAND_FLASH* nand_flash, ULONG logical_sector, ULONG source_block, USHORT src_block_status, UINT _lx_nand_flash_data_page_copy(LX_NAND_FLASH* nand_flash, ULONG logical_sector, ULONG source_block, USHORT src_block_status,