Skip to content

Commit a684875

Browse files
committed
Fixed broken links + CMake upgrade
1 parent 3edb444 commit a684875

3 files changed

Lines changed: 29 additions & 16 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The action executes the following commands to build and test the application.
143143
> [!TIP]
144144
> You can clone the repository and run the workflow and examine the test results in detail.
145145
146-
The picture below shows the output of the [Test_RPS_SSE-320-U85.yml action](./actions/workflows/Test_RPS_SSE-320-U85.yml). The artifacts file `RPS_SSE-320-U85_FVP` contains the `out` directory with the generated image and new `SDS recordings` captured during playback (`*.p.sds` files) along with the simulation log file (`sdsio.log`).
146+
The picture below shows the output of the [Test_RPS_SSE-320-U85.yml action](https://github.com/Arm-Examples/ModelNova/actions/workflows/Test_RPS_SSE-320-U85.yml). The artifacts file `RPS_SSE-320-U85_FVP` contains the `out` directory with the generated image and new `SDS recordings` captured during playback (`*.p.sds` files) along with the simulation log file (`sdsio.log`).
147147

148148
![GitHub Action Output: Test_RPS_SSE-320-U85.yml](./Documentation/image/Test_RPS_SSE-320-U85.png)
149149

@@ -159,10 +159,10 @@ The [Run_RPS_AppKit-E8.yml](./.github/workflows/Run_RPS_AppKit-E8.yml) workflow
159159

160160
Once the test completes, the RTT output and SystemView data file (captured with pyOCD), and the recorded SDS data files with extension `.p.sds` (captured with SDSIO-Server), are uploaded as artifacts.
161161

162-
The picture below shows the output of the [Run_RPS_AppKit-E8.yml action](./.actions/workflows/Run_RPS_AppKit-E8.yml). The artifact `RPS_AppKit-E8-U85_HIL` contains the generated image, and the run uploads the log file `sdsio-server.log` together with new `SDS recordings` captured during playback (`*.p.sds` files).
162+
The picture below shows the output of the [Run_RPS_AppKit-E8.yml action](https://github.com/Arm-Examples/ModelNova/actions/workflows/Run_RPS_AppKit-E8.yml). The artifact `RPS_AppKit-E8-U85_HIL` contains the generated image, and the run uploads the log file `sdsio-server.log` together with new `SDS recordings` captured during playback (`*.p.sds` files).
163163

164164
![GitHub Action Output: Run_RPS_AppKit-E8.yml](./Documentation/image/Run_RPS_AppKit-E8.png)
165165

166166
## Issues or Questions
167167

168-
Use the [**Issues**](./issues) tab to raise questions or issues.
168+
Use the [**Issues**](https://github.com/Arm-Examples/ModelNova/issues) tab to raise questions or issues.

RockPaperScissors/AppKit-E8_USB/SDS.cbuild-pack.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ cbuild-pack:
33
- resolved-pack: ARM::CMSIS@6.3.0
44
selected-by-pack:
55
- ARM::CMSIS
6+
- ARM::CMSIS@^6.2.0
67
- ARM::CMSIS@^6.3.0
78
- resolved-pack: ARM::CMSIS-Compiler@2.1.0
89
selected-by-pack:
910
- ARM::CMSIS-Compiler@^2.1.0
11+
- resolved-pack: ARM::CMSIS-Driver@2.10.0
12+
selected-by-pack:
13+
- ARM::CMSIS-Driver@^2.10.0
1014
- resolved-pack: ARM::CMSIS-NN@7.0.0
1115
selected-by-pack:
1216
- ARM::CMSIS-NN@^7.0.0
@@ -19,12 +23,19 @@ cbuild-pack:
1923
- resolved-pack: ARM::SSE_320_BSP@1.1.0
2024
selected-by-pack:
2125
- ARM::SSE_320_BSP@1.1.0
26+
- resolved-pack: ARM::ethos-u-core-driver@1.25.2
27+
selected-by-pack:
28+
- ARM::ethos-u-core-driver@1.25.2
2229
- resolved-pack: ARM::ethos-u-core-driver@1.26.2
2330
selected-by-pack:
2431
- ARM::ethos-u-core-driver@^1.25.2
2532
- resolved-pack: AlifSemiconductor::Ensemble@2.2.0-dev8
2633
selected-by-pack:
34+
- AlifSemiconductor::Ensemble@^2.1.1-0
2735
- AlifSemiconductor::Ensemble@^2.2.0-0
36+
- resolved-pack: Keil::MDK-Middleware@8.1.0
37+
selected-by-pack:
38+
- Keil::MDK-Middleware@^8.0.0
2839
- resolved-pack: SEGGER::RTT@8.58.0
2940
selected-by-pack:
3041
- SEGGER::RTT@^8.58.0

vcpkg-configuration.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
{
2-
"registries" : [ {
3-
"name" : "arm",
4-
"kind" : "artifact",
5-
"location" : "https://artifacts.tools.arm.com/vcpkg-registry"
6-
} ],
7-
"requires" : {
8-
"arm:tools/open-cmsis-pack/cmsis-toolbox" : "^2.13.0",
9-
"arm:compilers/arm/armclang" : "^6.24.0",
10-
"arm:tools/kitware/cmake" : "^3.31.5",
11-
"arm:tools/ninja-build/ninja" : "^1.12.1",
12-
"arm:models/arm/avh-fvp" : "^11.31.28"
1+
{
2+
"registries": [
3+
{
4+
"name": "arm",
5+
"kind": "artifact",
6+
"location": "https://artifacts.tools.arm.com/vcpkg-registry"
7+
}
8+
],
9+
"requires": {
10+
"arm:tools/open-cmsis-pack/cmsis-toolbox": "^2.13.0",
11+
"arm:compilers/arm/armclang": "^6.24.0",
12+
"arm:tools/kitware/cmake": "4.3.3",
13+
"arm:tools/ninja-build/ninja": "^1.12.1",
14+
"arm:models/arm/avh-fvp": "^11.31.28"
1315
}
14-
}
16+
}

0 commit comments

Comments
 (0)