mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-11-16 12:34:48 +00:00
Merge pull request #112 from azure-rtos/freertos-readme
FreeRTOS readme
This commit is contained in:
@@ -85,6 +85,10 @@ Each official release (preview or GA) will be tagged to mark the commit and push
|
|||||||
|
|
||||||
Azure RTOS provides OEMs with components to secure communication and to create code and data isolation using underlying MCU/MPU hardware protection mechanisms. It is ultimately the responsibility of the device builder to ensure the device fully meets the evolving security requirements associated with its specific use case.
|
Azure RTOS provides OEMs with components to secure communication and to create code and data isolation using underlying MCU/MPU hardware protection mechanisms. It is ultimately the responsibility of the device builder to ensure the device fully meets the evolving security requirements associated with its specific use case.
|
||||||
|
|
||||||
|
# Adaptation layer for ThreadX
|
||||||
|
|
||||||
|
Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. To help ease application migration to Auzre RTOS, ThreadX provides [adaption layers](https://github.com/azure-rtos/threadx/tree/master/utility/rtos_compatibility_layers) for various legacy RTOS APIs (FreeRTOS, POSIX, OSEK, etc.).
|
||||||
|
|
||||||
# Licensing
|
# 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://azure-rtos.ms-iot-contact.com/
|
||||||
|
|||||||
@@ -1,14 +1,4 @@
|
|||||||
/**************************************************************************/
|
# FreeRTOS adaptation layer
|
||||||
/* */
|
|
||||||
/* Copyright (c) Microsoft Corporation. All rights reserved. */
|
|
||||||
/* */
|
|
||||||
/* This software is licensed under the Microsoft Software License */
|
|
||||||
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
|
|
||||||
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
|
|
||||||
/* and in the root directory of this software. */
|
|
||||||
/* */
|
|
||||||
/**************************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
------------
|
------------
|
||||||
|
|||||||
Reference in New Issue
Block a user