summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCobus van Eeden <35851496+cobusve@users.noreply.github.com>2020-12-12 16:30:00 -0800
committerGitHub <noreply@github.com>2020-12-12 16:30:00 -0800
commitd668f3c26d41bf17f4cacd204c6fcbfc63820c5b (patch)
treee27959ece31d2fe1cb11048126a497cf0136b943
parent41237e01d0b5c582a28adf37739c503caf92afd0 (diff)
downloadfreertos-git-d668f3c26d41bf17f4cacd204c6fcbfc63820c5b.tar.gz
Add reference to Labs to Readme.md (#466)
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index e937a4e3c..deb649e58 100644
--- a/README.md
+++ b/README.md
@@ -39,3 +39,10 @@ This repository contains the FreeRTOS Kernel, a number of supplementary librarie
## Previous releases
[Releases](https://github.com/FreeRTOS/FreeRTOS/releases) contains older FreeRTOS releases.
+## 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.
+
+Most FreeRTOS Lab libraries can be found in the [FreeRTOS-Labs repository](https://github.com/FreeRTOS/FreeRTOS-Labs).
+
+A number of FreeRTOS Lab Demos can be found in the [FreeRTOS Github Organization](https://github.com/FreeRTOS) by searching for "Lab" or following [this link](https://github.com/FreeRTOS?q=Lab&type=&language=) to the search results.
+