cmsis_pack_manager cannot be installed in Python in the ucrt environment of msys2 on Windows. The “python -m pip install cmsis_pack_manager” used will encounter an error in the final stage of build. I tried wget and unzipped cmsis_pack_manager-0.5.3.tar.gz, and after installing the de...
cmsis_update::update() #132 opened Oct 31, 2019 by Yatekii 1 Version mismatch causes pack download to fail #123 opened Oct 5, 2019 by flit 1 Relax PDSC parsing rules #122 opened Oct 5, 2019 by flit 3 cmsis-pack-manager fails to download some CMSIS-packs #121 opened Oct ...
Hi, with the Keil uVision pack manager the packs are by default installed in the packs directory. In my setup, this is: C:\Keil_v5\ARM\PACK But the pack installer also works with "local repositories". I mean that I can indicate a folder ...
cmsis-pack-manager fails to download some CMSIS-packs #121 Open Collaborator theotherjimmy commented Oct 7, 2019 @jeromecoutant @rmu75 Would you be willing to run a test build from my branch https://github.com/theotherjimmy/cmsis-pack-manager/tree/use-reqwest to confirm proxy support in...
pack_cmd.py", line 112, in invoke cache.cache_descriptors() File "/usr/local/lib/python3.10/dist-packages/cmsis_pack_manager/__init__.py", line 299, in cache_descriptors pdsc_index = self._call_rust_update(progress_fn) File "/usr/local/lib/python3.10/dist-packages/cmsis_pack_manager...
(Reported by @rapgenic in #121.) In the cmsis-pack-manager local PDSC repository, a few .pdsc files are definitely not PDSC XML. Instead they contain strange html/js code. Is this a result of a missed redirection/missing resource, or is ...
.git running install running build running build_py creating build\lib creating build\lib\cmsis_pack_manager copying cmsis_pack_manager\pack_manager.py -> build\lib\cmsis_pack_manager copying cmsis_pack_manager\__init__.py -> build\lib\cmsis_pack_manager error: [WinError 2] The system canno...
Hi Chris, The Keil.com pack importer refuses to update the version of the pack due to these Schema Check Errors: NordicSemiconductor pack error(s): Pack Error(s) NordicSemiconductor.nRF_DeviceFamilyPack.pdsc<http://developer.nordicsemi.com/nRF5_SDK/pieces/nRF_DeviceFamilyPack/NordicSemiconductor....
Throughout the runtime of the command, the memory increases by about 4 MB every second or so, up to about 2GB where I get the memory allocation error above. Runningpack-manager cache descriptorsseems to work fine, no issues with the memory leak....
cmsis-pack-manager/rust/cmsis-pack/src/update/download.rs Line 156 in 7afc424 .and_then(move |res| { flit changed the title Don't save .pack to disk on 404 response HTTP response codes are not checked Aug 30, 2021 flit added the bug label Aug 30, 2021 flit mentioned this ...