We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01039a6 commit 7be293dCopy full SHA for 7be293d
pyocd/target/pack/cbuild_run.py
@@ -373,7 +373,8 @@ def _installed(cmsis_pack: str) -> bool:
373
with open('packs.txt', 'w', encoding="utf-8") as f:
374
f.writelines(pack + '\n' for pack in missing_packs)
375
# Raise exception if packs are missing
376
- raise CbuildRunError("Missing required CMSIS packs. Install with 'cpackget add -f packs.txt'")
+ # raise CbuildRunError("Missing required CMSIS packs. Install with 'cpackget add -f packs.txt'")
377
+ LOG.warning("Missing required CMSIS packs. Install with 'cpackget add -f packs.txt'")
378
379
@property
380
def target(self) -> str:
0 commit comments