Skip to content

Commit

Permalink
Update docs to reflect repo name change
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <[email protected]>
  • Loading branch information
aggarg committed Oct 13, 2021
1 parent 70ab6a4 commit ddff61f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FreeRTOS/Demo/CORTEX_M0+_RP2040/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Also see the FAQ [My application does not run, what could be wrong](https://www.

## Source Code Organization
The project files for this demo are located in the `FreeRTOS/Demo/CORTEX_M0+_RP2040`
directory of the [FreeRTOS SMP Demo Git repository](https://github.com/FreeRTOS/Lab-Project-FreeRTOS-SMP).
directory of the [FreeRTOS SMP Demo Git repository](https://github.com/FreeRTOS/FreeRTOS-SMP-Demos).
FreeRTOS Port files compiled in the project are in the
`FreeRTOS/Source/portable/ThirdParty/GCC/RP2040` directory.

Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS/Demo/XCORE.AI_xClang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Also see the FAQ [My application does not run, what could be wrong](https://www.

## Source Code Organization
The project files for this demo are located in the `FreeRTOS/Demo/XCORE.AI_xClang/RTOSDemo`
directory of the [FreeRTOS SMP Demo Git repository](https://github.com/FreeRTOS/Lab-Project-FreeRTOS-SMP).
directory of the [FreeRTOS SMP Demo Git repository](https://github.com/FreeRTOS/FreeRTOS-SMP-Demos).
FreeRTOS Port files compiled in the project are in the
`FreeRTOS/Source/portable/ThirdParty/xClang/XCOREAI` directory.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ to bring in dependent components.

To clone using HTTPS:
```
git clone https://github.com/FreeRTOS/Lab-Project-FreeRTOS-SMP.git --recurse-submodules
git clone https://github.com/FreeRTOS/FreeRTOS-SMP-Demos.git --recurse-submodules
```
Using SSH:
```
git clone [email protected]:FreeRTOS/Lab-Project-FreeRTOS-SMP.git --recurse-submodules
git clone [email protected]:FreeRTOS/FreeRTOS-SMP-Demos.git --recurse-submodules
```

If you have downloaded the repo without using the `--recurse-submodules` argument, you need to run:
Expand Down

0 comments on commit ddff61f

Please sign in to comment.