From 1ee2a8917ab734a3a24127c6123099eb809c7818 Mon Sep 17 00:00:00 2001 From: AniruddhaKanhere <60444055+AniruddhaKanhere@users.noreply.github.com> Date: Sun, 14 Apr 2024 21:59:23 -0700 Subject: [PATCH] Add readme to example directory --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index 63b4cff5f..1ac561ebd 100644 --- a/examples/README.md +++ b/examples/README.md @@ -8,4 +8,5 @@ ### Additional examples You can find examples of how to use FreeRTOS-Kernel on different microcontrollers [here](https://github.com/FreeRTOS/FreeRTOS/tree/main/FreeRTOS/Demo). + Additional examples of the kernel being used in real life applications in tandem with many other libraries (i.e. FreeRTOS+TCP, coreMQTT, coreHTTP etc.) [here](https://github.com/FreeRTOS/FreeRTOS/tree/main/FreeRTOS-Plus/Demo).