summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Julicher <jjulicher@mac.com>2020-12-15 12:20:25 -0700
committerGitHub <noreply@github.com>2020-12-15 12:20:25 -0700
commit398fa1e8a98d0215f015a30b82c95add3211cef4 (patch)
treea28eee7a9845f07078a440e39b561e6e1f2537da
parentda9b9a800d03bd0f6ef249d9a0b690919fee34f0 (diff)
downloadfreertos-git-202012.00-LTS.tar.gz
Update README.md202012.00-LTS202012.00
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index deb649e58..37b67389b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+FreeRTOS includes libraries that are part of the [FreeRTOS 202012.00 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.00-LTS) release. Learn more about the FreeRTOS 202012.00 LTS libraries at [https://freertos.org/lts-libraries.html](https://freertos.org/lts-libraries.html).
+
+
## Getting started
The [FreeRTOS.org](https://www.freertos.org) website contains contains a [FreeRTOS Kernel Quick Start Guide](https://www.freertos.org/FreeRTOS-quick-start-guide.html), a [list of supported devices and compilers](https://www.freertos.org/RTOS_ports.html), the [API reference](https://www.freertos.org/a00106.html), and many other resources.
@@ -39,6 +42,7 @@ 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.