mirror of
https://github.com/eclipse-threadx/levelx.git
synced 2026-09-14 12:37:01 +08:00
Release 6.1.11
This commit is contained in:
+5
-2
@@ -26,7 +26,7 @@
|
|||||||
/* APPLICATION INTERFACE DEFINITION RELEASE */
|
/* APPLICATION INTERFACE DEFINITION RELEASE */
|
||||||
/* */
|
/* */
|
||||||
/* lx_api.h PORTABLE C */
|
/* lx_api.h PORTABLE C */
|
||||||
/* 6.1.10 */
|
/* 6.1.11 */
|
||||||
/* AUTHOR */
|
/* AUTHOR */
|
||||||
/* */
|
/* */
|
||||||
/* William E. Lamie, Microsoft Corporation */
|
/* William E. Lamie, Microsoft Corporation */
|
||||||
@@ -66,6 +66,9 @@
|
|||||||
/* updated include order for */
|
/* updated include order for */
|
||||||
/* standalone mode, */
|
/* standalone mode, */
|
||||||
/* resulting in version 6.1.10 */
|
/* resulting in version 6.1.10 */
|
||||||
|
/* 04-25-2022 William E. Lamie Modified comment(s), and */
|
||||||
|
/* updated product constants, */
|
||||||
|
/* resulting in version 6.1.11 */
|
||||||
/* */
|
/* */
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
@@ -170,7 +173,7 @@ typedef unsigned long long ULONG64;
|
|||||||
#define AZURE_RTOS_LEVELX
|
#define AZURE_RTOS_LEVELX
|
||||||
#define LEVELX_MAJOR_VERSION 6
|
#define LEVELX_MAJOR_VERSION 6
|
||||||
#define LEVELX_MINOR_VERSION 1
|
#define LEVELX_MINOR_VERSION 1
|
||||||
#define LEVELX_PATCH_VERSION 10
|
#define LEVELX_PATCH_VERSION 11
|
||||||
|
|
||||||
|
|
||||||
/* Define general LevelX Constants. */
|
/* Define general LevelX Constants. */
|
||||||
|
|||||||
@@ -52,8 +52,8 @@ int main(void)
|
|||||||
tx_kernel_enter();
|
tx_kernel_enter();
|
||||||
#else
|
#else
|
||||||
|
|
||||||
/* Initialize NAND flash. */
|
/* Initialize NOR flash. */
|
||||||
lx_nand_flash_initialize();
|
lx_nor_flash_initialize();
|
||||||
|
|
||||||
/* Initialize FileX. */
|
/* Initialize FileX. */
|
||||||
fx_system_initialize();
|
fx_system_initialize();
|
||||||
|
|||||||
Reference in New Issue
Block a user