Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 21, 2023
1 parent 09193e6 commit 841ab22
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
uses: actions/checkout@v3
- name: Link Verificication
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@CI-CD-Overhaul
with:
exclude-dirs: ThirdParty


verify-manifest:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion portable/ThirdParty/GCC/ARM_TFM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See the [link](https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/) to

### Build TF-M

Please refer to this [link](https://tf-m-user-guide.trustedfirmware.org/docs/technical_references/instructions/tfm_build_instruction.html) to build the secure side.
Please refer to this [link](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/tfm/building/tfm_build_instruction.html) to build the secure side.
_**Note:** ```TFM_NS_MANAGE_NSID``` must be configured as "OFF" when building TF-M_.

## Build the Non-Secure Side
Expand Down
4 changes: 2 additions & 2 deletions portable/ThirdParty/GCC/RP2040/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Overview
cd ## Overview

This directory provides an SMP FreeRTOS-Kernel port that can be used with the Raspberry Pi Pico SDK. It supports:

Expand All @@ -11,7 +11,7 @@ more efficient to use the non SMP version in the main FreeRTOS-Kernel branch in

## Using this port

You can copy [FreeRTOS-Kernel-import.cmake](FreeRTOS-Kernel-import.cmake) into your project, and
You can copy [FreeRTOS_Kernel_import.cmake](FreeRTOS_Kernel_import.cmake) into your project, and
add the following in your `CMakeLists.txt`:

```cmake
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/* File adapted to use on IDF FreeRTOS component, extracted
* originally from zephyr RTOS code base:
* https://github.com/zephyrproject-rtos/zephyr/blob/dafd348/arch/xtensa/include/xtensa-asm2-s.h
* https://github.com/zephyrproject-rtos/zephyr/blob/dafd3485bf67880e667b6e9a758b0b64fb688d63/arch/xtensa/include/xtensa-asm2-s.h
*/

#ifndef __XT_ASM_UTILS_H
Expand Down

0 comments on commit 841ab22

Please sign in to comment.