Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchinglee-iot <61685396+chinglee-iot@users.noreply.github.com>2023-10-03 19:58:06 +0300
committerGitHub <noreply@github.com>2023-10-03 19:58:06 +0300
commiteb80149cd724dfd057c14d5f8ab75026ef8148fe (patch)
treebee50bd7c75b5b880f8ff4e477649613b10bde03
parent570ade4001e50adbf06a074582ea993af562e0e1 (diff)
Deprecate smp branch (#799)smp
* Update deprecation message in README.md
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1cc1b84ce..067f6a066 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,17 @@
+# ![image](https://user-images.githubusercontent.com/56273942/202568467-0ee721bb-1424-4efd-88fc-31b4f2a59dc6.png) DEPRECATED
+
+## Announcement:
+
+FreeRTOS SMP feature has been merged into [FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel/commit/ae3a498e435cecdb25b889f2740ea99027dd0cb1) main branch. We recommend you to use the [FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel/commit/ae3a498e435cecdb25b889f2740ea99027dd0cb1) main branch to develop FreeRTOS SMP applications.
+
+The contents of this branch will remain available for certain period but we will no longer provide updates or accept new contributions and pull requests.
+
+Have more questions? Post them in the [FreeRTOS forum](https://forums.freertos.org/).
+
+
+
+---
+
## Getting started
This repository contains FreeRTOS kernel source/header files and kernel ports only. This repository is referenced as a submodule in [FreeRTOS/FreeRTOS](https://github.com/FreeRTOS/FreeRTOS) repository, which contains pre-configured demo application projects under ```FreeRTOS/Demo``` directory.