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:
authorTony Josi <tonyjosi@amazon.com>2023-10-23 12:20:41 +0300
committerGitHub <noreply@github.com>2023-10-23 12:20:41 +0300
commita8650b99a33cd6fbc557748ef719e0229296676d (patch)
tree11d1884d91dc5702ce79353e7610d1a4d6aab3bb /README.md
parentfc7aca7ff239ac988b7cb28a73ca6c66f4efcb84 (diff)
Update example cmake project path (#851)
* fix build on 64 bit platform * moving sample cmake project to a separate root level dir * moving sample cmake project to a separate root level dir * updating paths for the sample cmake project * rename example folder * use configKERNEL_PROVIDED_STATIC_MEMORY * update comments * update comments * rename folder to examples * fix formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2ef719972..c6633563f 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ See the readme file in the ```./portable``` directory for more information.
- The ```./include``` directory contains the real time kernel header files.
- The ```./sample_configuration``` directory contains a sample `FreeRTOSConfig.h` to help jumpstart a new project.
-See the [FreeRTOSConfig.h](sample_configuration/FreeRTOSConfig.h) file for instructions.
+See the [FreeRTOSConfig.h](examples/sample_configuration/FreeRTOSConfig.h) file for instructions.
### Code Formatting