docs: add beginner-friendly FreeRTOS overview (#1381)

* docs: add beginner-friendly FreeRTOS overview

* docs: direct users to freertos.org for documentation

Updates README to remove inline beginner explanations and instead direct users to the official FreeRTOS website for comprehensive documentation.
This commit is contained in:
Chintan0801
2025-12-31 15:41:48 -05:00
committed by GitHub
parent df34d1f9a1
commit 4879cfd208

View File

@@ -50,6 +50,11 @@ This repository contains the FreeRTOS Kernel, a number of supplementary librarie
[Releases](https://github.com/FreeRTOS/FreeRTOS/releases) contains older FreeRTOS releases. [Releases](https://github.com/FreeRTOS/FreeRTOS/releases) contains older FreeRTOS releases.
## Learning FreeRTOS
For detailed and up-to-date information about FreeRTOS, including getting started guides and documentation for both new and experienced users, please refer to the official FreeRTOS website:
https://www.freertos.org/
## FreeRTOS Lab Projects ## FreeRTOS Lab Projects
FreeRTOS Lab projects are libraries and demos that are fully functional, but may be experimental or undergoing optimizations and refactorization to improve memory usage, modularity, documentation, demo usability, or test coverage. FreeRTOS Lab projects are libraries and demos that are fully functional, but may be experimental or undergoing optimizations and refactorization to improve memory usage, modularity, documentation, demo usability, or test coverage.