From 4879cfd2089af620a2eb495cc8532937c2a29670 Mon Sep 17 00:00:00 2001 From: Chintan0801 Date: Wed, 31 Dec 2025 15:41:48 -0500 Subject: [PATCH] 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. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 737d6ccb67..d467899130 100644 --- a/README.md +++ b/README.md @@ -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. +## 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 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.