@@ -468,7 +468,8 @@ <h3 id="software-packs">Software packs</h3>
468468< ol >
469469< li > Switch between < a href ="#software-components-view "> < em > components</ em > </ a > and < em > software packs</ em > .</ li >
470470< li > View only software packs that are < em > part of the csolution</ em > or view < em > all installed packs</ em > .</ li >
471- < li > Select the scope for which the software pack selection applies (solution/project/layer).</ li >
471+ < li > Using the drop down, select the cproject/clayer scope. It always shows all packs but "highlights" (greyed) the packs
472+ specified in "scope".</ li >
472473< li > Examine on which level the packs are references (csolution/cproject/clayer).</ li >
473474< li > < a href ="#manage-software-packs "> < em > Manage software packs</ em > </ a > .</ li >
474475< li > Open < em > related documentation</ em > .</ li >
@@ -481,7 +482,7 @@ <h4 id="manage-software-packs">Manage software packs</h4>
481482< li > Set the specific
482483 < a href ="https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/pdsc_package_pg.html#VersionType "> version</ a > for a
483484 pack to be used on the csolution/cproject/clayer level. Use these version specifiers:< ul >
484- < li > < code > Unspecified</ code > : use the latest installed version of a pack</ li >
485+ < li > < code > Unspecified</ code > : use the latest installed version of a pack and the < code > cbuild-pack.yml </ code > for locked versions. </ li >
485486< li > < code > @</ code > : exact version</ li >
486487< li > < code > @>=</ code > : equal or higher</ li >
487488< li > < code > @^</ code > : equal or higher with same major version</ li >
@@ -491,7 +492,11 @@ <h4 id="manage-software-packs">Manage software packs</h4>
491492< li > Add a pack to a csolution/cproject/clayer.</ li >
492493</ ul >
493494< p > Below that, the < em > used pack</ em > version is shown. It is computed from the requirements above.</ p >
494- < p > In the < strong > Update Pack</ strong > section, you can see the latest installed version and check for updates.</ p >
495+ < p > In the < strong > Update Pack</ strong > section, you can see the latest installed version and check for updates. The button on the left
496+ is enabled when there is a more recent version of a pack installed, but the < code > cbuild-pack.yml</ code > locks it to a
497+ smaller version. When pressing the button, the < code > cbuild-pack.yml</ code > entry will be removed on save and the latest installed
498+ pack version will be set and used. The button to the right opens the version page of a public pack on
499+ < a href ="https://www.keil.arm.com/packs "> keil.arm.com</ a > which then also shows you the latest available pack version.</ p >
495500
496501 </ div >
497502 </ div > < footer >
0 commit comments