You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,7 +302,7 @@ One can directly run the tests from command line.
302
302
303
303
### Note
304
304
305
-
- On running the tests, all [required packs](https://github.com/Open-CMSIS-Pack/devtools/blob/main/tools/buildmgr/test/scripts/download_packs.sh#L48-L51) shall get downloaded automatically by [test scripts](https://github.com/Arm-Debug/devtools-external/blob/main/tools/buildmgr/test/scripts/download_packs.sh)\
305
+
- On running the tests, all [required packs](https://github.com/Open-CMSIS-Pack/devtools/blob/main/tools/buildmgr/test/scripts/download_packs.sh#L48-L51) shall get downloaded automatically by [test scripts](https://github.com/Open-CMSIS-Pack/devtools/blob/main/tools/buildmgr/test/scripts/download_packs.sh)\
306
306
under configured pack repository.
307
307
- By default, few special tests are skipped from execution as they are dependent on specific\
308
308
environment configuration
@@ -325,7 +325,7 @@ One can directly run the tests from command line.
325
325
326
326
## Code coverage
327
327
328
-
Users can generate coverage reports locally using a GNU tool [**lcov**](http://ltp.sourceforge.net/coverage/lcov.php).
328
+
Users can generate coverage reports locally using a GNU tool [**lcov**](https://wiki.documentfoundation.org/Development/Lcov).
Copy file name to clipboardExpand all lines: tools/projmgr/OutofScope.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ In a later version of the CMSIS-Toolbox, ASM specific controls may be added.
46
46
47
47
## Linker Script
48
48
49
-
In CMSIS-Toolbox 2.0 the [Linker Script Management](Linker-Script-Management.md) will be implemented.
49
+
In CMSIS-Toolbox 2.0 the [Linker Script Management](https://open-cmsis-pack.github.io/cmsis-toolbox/build-overview/#linker-script-management) will be implemented.
50
50
51
51
In a later iteration of the tools it should be possible to generate the `regions_<device_or_board>.h` with a workflow that is similar to "CMSIS-Zone" or "DeviceTree".
52
52
@@ -61,7 +61,7 @@ The **csolution - CMSIS Project Manager** integrates an extended version of the
61
61
- [`phases:`](#phases) defines the execution phases may be used to assign a life-time to memory or peripheral resources
62
62
in the project zones.
63
63
- [`project-zones:`](#project-zones) collect and configure the memory or peripheral resources that are available to
64
-
individual projects. These zones are assigned to the [`projects:`](YML-Input-Format.md#projects) of a `*.csolution.yml` file.
64
+
individual projects. These zones are assigned to the [`projects:`](https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#projects) of a `*.csolution.yml` file.
65
65
- [`requires:`](#requires) allows to specify additional resources at the level of a `*.cproject.yml` or `*.clayer.yml`
66
66
file that are added to the related zone of the project.
67
67
@@ -199,10 +199,10 @@ requires:
199
199
200
200
**(Proposal)** Out-of-scope (review if this is really required)
201
201
202
-
The default RTE directory structure can be modified with [`rte-dirs:`](YML-Input-Format.md#rte-dirs).
202
+
The default RTE directory structure can be modified with [`rte-dirs:`](https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#rte-dirs).
203
203
This list node allows to specify for each software component `Cclass` the directory that should be used to partly share a common configuration across a `project:` or `layer:`.
204
204
205
-
The `rte-dirs:` list allows to control the location of configuration files for each [component `Cclass`](YML-Input-Format.md#component-name-conventions). A list of `Cclass` names can be assigned to specific directories that store the related configuration files.
205
+
The `rte-dirs:` list allows to control the location of configuration files for each [component `Cclass`](https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#component-name-conventions). A list of `Cclass` names can be assigned to specific directories that store the related configuration files.
206
206
207
207
**Example:**
208
208
@@ -215,7 +215,7 @@ The `rte-dirs:` list allows to control the location of configuration files for e
215
215
for-context: .Debug
216
216
```
217
217
218
-
- With [RTE directory settings](./YML-Input-Format.md#rte-dirs) that are specific to software component `Cclass` names it is possible partly share a common configuration across layers.
218
+
- With [RTE directory settings](https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#rte-dirs) that are specific to software component `Cclass` names it is possible partly share a common configuration across layers.
0 commit comments