Skip to content

v0.3.0

Compare
Choose a tag to compare
@flit flit released this 06 Sep 20:53
· 92 commits to main since this release
v0.3.0
c63251b

v0.3.0 on PyPI
cmsis-pack crate

Additions

  • Release wheels for many more architectures, including AArch64 Linux and macOS.

Fixes

  • Add preIncludeGlobal and preIncludeLocal file categories.
  • Remove user input request before downloading packs in pack-manager tool.

Rust

  • Merge crates so cmsis-pack contains all the externally useful functionality.
  • cmsis-pack is published on crates.io now.
  • Make Core, MemoryPermissions, and Memory types public.
  • Lots of code cleanup.
  • Many dependency updates.

Python

  • Move to PEP517 project format.
  • Remove requirements files that are no longer necessary.
  • Correct project data and add classifiers.

CI

  • Entirely new CI workflows using GitHub Actions and cibuildwheel.