Make sure that ARM::CMSIS-Compiler pack is not installed!
Then use the USB_Device example configured for board: STMicroelectronics::B-U585I-IOT02A as shown above.
Expected behavior
The layer detection does not fail due to missing packs referenced by a potential layer. Once the layer is specified, the --pack option downloads the pack.
Environment (please complete the following information):
Root cause: today the list layers command reads all pdsc file from packs listed in potentially matching layers and therefore reports missing packs and results in the corresponding layer not matching.
Describe the bug
When a pack that is referenced by a layer is missing, the layer detection fails with:
To Reproduce
Install these packs:
Make sure that
ARM::CMSIS-Compiler
pack is not installed!Then use the USB_Device example configured for board:
STMicroelectronics::B-U585I-IOT02A
as shown above.Expected behavior
The layer detection does not fail due to missing packs referenced by a potential layer. Once the layer is specified, the
--pack
option downloads the pack.Environment (please complete the following information):