
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
cmsis-pack-manager
is a python module, Rust crate and command line utility
for managing current device information that is stored in many CMSIS PACKs.
Users of cmsis-pack-manager
may query for information such as processor
type, flash algorithm and memory layout information in a python program or
through the command line utility, pack-manager
, provided as part of this
module.
They live here: https://pyocd.github.io/cmsis-pack-manager/
To build cmsis-pack-manager
locally, Install a stable rust compiler. See
https://rustup.rs/ for details on installing rustup
, the Rust toolchain
updater. Afterwards, run rustup toolchain install
to get the Rust toolchain
and build system for building cmsis-pack-manager
.
After installing the rust toolchain and downloading a stable compiler, run
pip wheel .
from the root of this repo to generate a binary wheel (.whl
file). Alternatively you can run pip install maturin cffi
and then
maturin build
for a process closer to the way we build releases.
For testing purposes, there is a CLI written in Rust within the rust
workspace as the package cmsis-cli
. For example From the rust
directory, cargo run -p cmsis-cli -- update
builds this testing
CLI and runs the update command, for example.
FAQs
Python manager for CMSIS-Pack index and cache with fast Rust backend
We found that cmsis-pack-manager demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.