Skip to content

Commit

Permalink
Extend and clarify pack name conventions examples
Browse files Browse the repository at this point in the history
  • Loading branch information
muchzill4 authored May 25, 2023
1 parent b4235e7 commit 73dda22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/projmgr/docs/Manual/YML-Input-Format.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down

0 comments on commit 73dda22

Please sign in to comment.