Author SHA1 Message Date
Yuxin Zhou 2f639bac26 Release 6.1.12 2022-07-26 02:07:19 +00:00
Liya Du 9075ca321b Fix broken link for license 2022-06-13 12:28:22 -07:00
Yuxin Zhou c53a6c6bca Release 6.1.11 2022-04-20 05:09:23 +00:00
Liya Du bbab2bbf6b Update aka link for the licensing ask page 2022-03-29 13:54:14 -07:00
Liya Du 79cefa16a4 Add links to LTS and TUV information 2022-03-16 16:14:00 -07:00
Yuxin Zhou e848ac3db2 Release 6.1.10 2022-01-26 23:54:03 +00:00
3 changed files with 30 additions and 17 deletions
+10 -7
View File
@@ -68,7 +68,7 @@ Azure RTOS provides OEMs with components to secure communication and to create c
# Licensing
License terms for using Azure RTOS are defined in the LICENSE.txt file of this repo. Please refer to this file for all definitive licensing information. No additional license fees are required for deploying Azure RTOS on hardware defined in the LICENSED-HARDWARE.txt file. If you are using hardware not defined in the LICENSED-HARDWARE.txt file or have licensing questions in general, please contact Microsoft directly at https://azure-rtos.ms-iot-contact.com/
License terms for using Azure RTOS are defined in the LICENSE.txt file of this repo. Please refer to this file for all definitive licensing information. No additional license fees are required for deploying Azure RTOS on hardware defined in the LICENSED-HARDWARE.txt file. If you are using hardware not defined in the LICENSED-HARDWARE.txt file or have licensing questions in general, please contact Microsoft directly at https://aka.ms/azrtos-license.
# Contribution, feedback, issues, and professional support
@@ -81,11 +81,14 @@ Professional support plans (https://azure.microsoft.com/en-us/support/options/)
# Additional Resources
The following are references to additional Azure RTOS and Azure IoT in general:
| | |
| Content | Link |
|---|---|
| Azure RTOS Documenation and Guides: | https://docs.microsoft.com/azure/rtos |
| TraceX Installer | https://aka.ms/azrtos-tracex-installer |
| Azure RTOS Documentation and Guides: | https://docs.microsoft.com/azure/rtos |
| Azure RTOS Website: | https://azure.microsoft.com/services/rtos/ |
| Azure RTOS Sales Questions: | https://azure-rtos.ms-iot-contact.com/ |
| For technical questions check out Microsoft Q/A for Azure IoT: | https://aka.ms/QnA/azure-rtos |
| Internet of Things Show for latest announcements and online training: | https://aka.ms/iotshow |
| IoT Tech Community: | https://aka.ms/community/azure-rtos |
| Azure RTOS Sales Questions: | https://aka.ms/azrtos-license |
| Azure RTOS Product Support Policy | https://aka.ms/azrtos/lts |
| Azure RTOS Functional Safety Artifacts | https://aka.ms/azrtos/tuv |
| For technical questions check out Microsoft Q/A for Azure IoT | https://aka.ms/QnA/azure-rtos |
| Internet of Things Show for latest announcements and online training | https://aka.ms/iotshow |
| IoT Tech Community | https://aka.ms/community/azure-rtos |
+18 -8
View File
@@ -26,7 +26,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* lx_api.h PORTABLE C */
/* 6.1.9 */
/* 6.1.12 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -62,6 +62,16 @@
/* updated configuration for */
/* nand flash */
/* resulting in version 6.1.9 */
/* 01-31-2022 Bhupendra Naphade Modified comment(s), */
/* updated include order for */
/* standalone mode, */
/* 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 */
/* 07-29-2022 William E. Lamie Modified comment(s), and */
/* updated product constants, */
/* resulting in version 6.1.12 */
/* */
/**************************************************************************/
@@ -79,12 +89,6 @@ extern "C" {
#endif
/* Include necessary system files. */
#ifndef LX_STANDALONE_ENABLE
#include "tx_api.h"
#endif
/* Determine if the optional LevelX user define file should be used. */
#ifdef LX_INCLUDE_USER_DEFINE_FILE
@@ -96,6 +100,12 @@ extern "C" {
#include "lx_user.h"
#endif
/* Include the ThreadX api file. */
#ifndef LX_STANDALONE_ENABLE
#include "tx_api.h"
#endif
#ifdef LX_STANDALONE_ENABLE
@@ -166,7 +176,7 @@ typedef unsigned long long ULONG64;
#define AZURE_RTOS_LEVELX
#define LEVELX_MAJOR_VERSION 6
#define LEVELX_MINOR_VERSION 1
#define LEVELX_PATCH_VERSION 9
#define LEVELX_PATCH_VERSION 12
/* Define general LevelX Constants. */
+2 -2
View File
@@ -52,8 +52,8 @@ int main(void)
tx_kernel_enter();
#else
/* Initialize NAND flash. */
lx_nand_flash_initialize();
/* Initialize NOR flash. */
lx_nor_flash_initialize();
/* Initialize FileX. */
fx_system_initialize();