AWS freertos documentation change
Summary
Added new index page for FreeRTOS documentation with overview, links to user/porting/qualification guides, and related AWS resources.
Security assessment
The change introduces general documentation about FreeRTOS without mentioning security vulnerabilities, mitigations, or specific security features. The content focuses on operating system capabilities and standard guides.
Diff
diff --git a/freertos/index.md b/freertos/index.md index 8b1378917..47c1380dc 100644 --- a//freertos/index.md +++ b//freertos/index.md @@ -0,0 +1,20 @@ +# FreeRTOS Documentation + +FreeRTOS is a market-leading real-time operating system (RTOS) for microcontrollers and small microprocessors. Distributed freely under the MIT open source license, FreeRTOS includes a kernel and a growing set of libraries suitable for use across all industry sectors. FreeRTOS is built with an emphasis on reliability and ease of use. + +### [FreeRTOS User Guide Provides detailed information about the microcontroller operating system that makes small, low-powered edge devices easy to program, deploy, secure, and maintain. ](/freertos/latest/userguide/) + +### [FreeRTOS Porting Guide Provides detailed information about porting FreeRTOS to a microcontroller platform. ](/freertos/latest/portingguide/) + +### [FreeRTOS Qualification Guide Provides detailed information about qualifying a microcontroller platform for FreeRTOS. ](/freertos/latest/qualificationguide/) + +## Related Links + + * [AWS Glossary](http://docs.aws.amazon.com/general/latest/gr/glos-chap.html) + * [Getting Started with AWS](https://aws.amazon.com/documentation/gettingstarted/) + * [SDKs & Tools](https://aws.amazon.com/tools/) + * [AWS General Reference](http://docs.aws.amazon.com/general/latest/gr/Welcome.html) + * [AWS Training](https://aws.amazon.com/training/) + * [AWS Case Studies](https://aws.amazon.com/solutions/case-studies/) + * [AWS Whitepapers](https://aws.amazon.com/whitepapers/) +