-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend and clarify pack name conventions examples
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,7 +131,8 @@ Element | | Description | |
|
||
```yml | ||
- pack: ARM::[email protected] # 'CMSIS' Pack (with version 5.5.0) | ||
- pack: Keil::MDK-Middleware@>=7.13.0 # 'MDK-Middleware' Software Pack from vendor Keil (with version 7.13.0 or higher) | ||
- pack: Keil::MDK-Middleware@>=7.13.0 # 'MDK-Middleware' Software Pack from vendor Keil (with version 7.13.0 or higher, latest available to the tool) | ||
- pack: Keil::TFM # 'TFM' Software Pack from vendor Keil (with latest version available to the tool) | ||
- pack: AWS # All latest versions of Software Packs from vendor 'AWS' | ||
- pack: Keil::STM* # All latest versions of Software Packs that start with 'STM' from vendor 'Keil' | ||
``` | ||
|