Skip to content

Releases: RusPiRo/ruspiro-cache

Release v0.4.1

23 Apr 17:40
b1f7e72
Compare
Choose a tag to compare

Release Notes

🍑 v0.4.1

This is mainly a maintenance version migrating the build pipeline to GitHub Actions.

v0.4.0

23 Sep 19:07
0005782
Compare
Choose a tag to compare

Release Notes

🍑 v0.4.0

This version removes the aarch32 support from the crate and introduces the use of a better pipeline config to build and publish this crate.

  • 🔧 Maintenance

    • refactor the crate and remove aarch32 support
    • remove the assembly code and use rust code to do the cache maintenance operations with a bit of inline assembly
    • introduce the new pipeline configuration

🍌 v0.3.1

  • 🔧 Maintenance

    • use cargo make to stabilize build
    • remove asm feature as the crate does not use inline assembly

Enable aarch64 build target architecture

14 Dec 21:10
d444d87
Compare
Choose a tag to compare

Release Notes

  • Enable Aarch64 build target architecture

RusPiRo cache maintenance operation fix

12 Aug 17:18
Compare
Choose a tag to compare

Release note

This release fixes an issue with the conditional part of the build script compiling the assembly. It used the wrong check to compile properly on target_arch=arm

Initial RusPiRo cache maintenance operation API

12 Aug 13:03
41e7651
Compare
Choose a tag to compare

Release notes

The initial version provides functions to clean and invalidate the entire data cache on the Raspberry Pi.