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
{{ message }}
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: example1_cm4_mps2_an386/README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ cpackget update-index
19
19
Note: This is not required for a new installation and usually this is not needed. But if the local CMSIS-Pack storage hasn't been used for a while, it worth running it to ensure the index is up-to-date.
20
20
```
21
21
/* Step 2: Generate the list of missing packs */
22
-
csolution list packs -s blink.csolution.yml -m > required_packs.txt
22
+
csolution list packs blink.csolution.yml -m > required_packs.txt
Copy file name to clipboardExpand all lines: example1_cm55_mps3_an552/README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ cpackget update-index
19
19
Note: This is not required for a new installation and usually this is not needed. But if the local CMSIS-Pack storage hasn't been used for a while, it worth running it to ensure the index is up-to-date.
20
20
```
21
21
/* Step 2: Generate the list of missing packs */
22
-
csolution list packs -s blink.csolution.yml -m > required_packs.txt
22
+
csolution list packs blink.csolution.yml -m > required_packs.txt
Copy file name to clipboardExpand all lines: example2_cm4_mps2_an386/README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ cpackget update-index
27
27
Note: This is not required for a new installation and usually this is not needed. But if the local CMSIS-Pack storage hasn't been used for a while, it worth running it to ensure the index is up-to-date.
28
28
```
29
29
/* Step 2: Generate the list of missing packs */
30
-
csolution list packs -s hello.csolution.yml -m > required_packs.txt
30
+
csolution list packs hello.csolution.yml -m > required_packs.txt
Copy file name to clipboardExpand all lines: example2_cm55_mps3_an552/README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ cpackget update-index
27
27
Note: Not required for a new installation and usually this is not needed. But if the local CMSIS-Pack storage hasn't been used for a while, it worth running it to ensure the index is up-to-date.
28
28
```
29
29
/* Step 2: Generate the list of missing packs */
30
-
csolution list packs -s hello.csolution.yml -m > required_packs.txt
30
+
csolution list packs hello.csolution.yml -m > required_packs.txt
Copy file name to clipboardExpand all lines: example3_cm4_mps2_an386/README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ cpackget update-index
27
27
Note: Not required for a new installation and usually this is not needed. But if the local CMSIS-Pack storage hasn't been used for a while, it worth running it to ensure the index is up-to-date.
28
28
```
29
29
/* Step 2: Generate the list of missing packs */
30
-
csolution list packs -s coremark.csolution.yml -m > required_packs.txt
30
+
csolution list packs coremark.csolution.yml -m > required_packs.txt
Copy file name to clipboardExpand all lines: example4_mps2_multi_devices/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
@@ -41,7 +41,7 @@ cpackget update-index
41
41
Note: Not required for a new installation and usually this is not needed. But if the local CMSIS-Pack storage hasn't been used for a while, it worth running it to ensure the index is up-to-date.
42
42
```
43
43
/* Step 2: Generate the list of missing packs */
44
-
csolution list packs -s coremark.csolution.yml -m > required_packs.txt
44
+
csolution list packs coremark.csolution.yml -m > required_packs.txt
0 commit comments