summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>2021-07-20 15:13:54 -0700
committerGitHub <noreply@github.com>2021-07-20 15:13:54 -0700
commite2b1d463402c7c78245082294b67766c0f61bc24 (patch)
treed325a5c24949f3fef3da4f0936022e62c56bdd70
parent1e4f79709cde187074e3b10453aaa7959fcd7392 (diff)
downloadfreertos-git-e2b1d463402c7c78245082294b67766c0f61bc24.tar.gz
Update the template readme file (#658)
Update instructions to use repositories instead of directories. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
-rw-r--r--FreeRTOS/Demo/ThirdParty/Template/README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/FreeRTOS/Demo/ThirdParty/Template/README.md b/FreeRTOS/Demo/ThirdParty/Template/README.md
index 334c4e752..e5ddb8013 100644
--- a/FreeRTOS/Demo/ThirdParty/Template/README.md
+++ b/FreeRTOS/Demo/ThirdParty/Template/README.md
@@ -2,11 +2,12 @@
## Initial Setup
-1. Create a new directory in the `FreeRTOS/Demo/ThirdParty/Partner-Supported` or `FreeRTOS/Demo/ThirdParty/Community-Supported` directory. The
-suggested name for the directory is `<hardware_name>_<compiler_name>`.
+1. Create a new directory in the [FreeRTOS Partner Supported Demos Repository](https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos/tree/main)
+ or [FreeRTOS Community Supported Demos Repository](https://github.com/FreeRTOS/FreeRTOS-Community-Supported-Demos/tree/main).
+ The suggested name for the directory is `<hardware_name>_<compiler_name>`.
2. Create a project for your hardware and tool-chain in this directory.
-3. Copy all the files in the `FreeRTOS/Demo/ThirdParty/Template` directory to
- your project directory:
+3. Copy all the files in the [FreeRTOS/Demo/ThirdParty/Template](https://github.com/FreeRTOS/FreeRTOS/tree/main/FreeRTOS/Demo/ThirdParty/Template)
+ directory to your project directory:
* `IntQueueTimer.h`
* `IntQueueTimer.c`
* `TestRunner.h`
@@ -17,7 +18,7 @@ suggested name for the directory is `<hardware_name>_<compiler_name>`.
## Project Configuration
1. Compile the following additional files in your project:
- * All files in the `FreeRTOS/Demo/Common/Minimal` directory except
+ * All files in the [FreeRTOS/Demo/Common/Minimal](https://github.com/FreeRTOS/FreeRTOS/tree/main/FreeRTOS/Demo/Common/Minimal) directory except
`comtest_strings.c`, `crhook.c` , `comtest.c` ,`crflash.c`,`flash.c`, `flash_timer.c` and `sp_flop.c`.
2. Add the following paths to your include search path:
* `FreeRTOS/Demo/Common/include`.