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: example/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,14 @@ This project prints "Hello World" and a counter value via the UART output. It is
13
13
14
14
### Packs
15
15
16
-
- Required packs are listed in the file [`retarget.csolution.yml`](https://github.com/ARM-software/CMSIS-Compiler/blob/main/example/retarget.csolution.yml)
16
+
- Required packs are listed in the file `retarget.csolution.yml`
17
17
18
18
## Project Structure
19
19
20
20
The project is generated using the [CMSIS-Toolbox](https://github.com/Open-CMSIS-Pack/devtools/blob/main/tools/projmgr/docs/Manual/Overview.md) and is defined in [`csolution`](https://github.com/Open-CMSIS-Pack/devtools/blob/main/tools/projmgr/docs/Manual/YML-Input-Format.md) format:
21
21
22
-
-[`retarget.csolution.yml`](https://github.com/ARM-software/CMSIS-Compiler/blob/main/example/retarget.csolution.yml) lists the required packs and defines the hardware target and build-types (along with the compiler).
23
-
-[`retarget.cproject.yml`](https://github.com/ARM-software/CMSIS-Compiler/blob/main/example/retarget.cproject.yml) defines the source files and the software components.
22
+
-`retarget.csolution.yml` lists the required packs and defines the hardware target and build-types (along with the compiler).
23
+
-`retarget.cproject.yml` defines the source files and the software components.
0 commit comments