Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PDF
name21wk34_Open-CMSIS-Pack_TM.pdf

Maxime

PDF
nameSTM - Expressing dependencies on features.pdf

Notes:

Charles:
demonstration of using cpackget
- pack add, pack rm, pack rm --purge (explaining the cache for downloaded packs in $CMSIS_PACK_ROOT/.Download)

Question: does the user need to know the full url of the pack version?
Answer: yes, at this point cbuildgen (CMSIS-Build) is generating a packlist file containing the complete url for downloading all the packs that are currently not installed. Cbuidgen uses the index.pidx in $CMSIS_PACK_ROOT/.Web/… in order to identify the download url.

...