Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Releases: golemparts/rppal

v0.3.0

16 Mar 11:27
0.3.0
c875293
Compare
Choose a tag to compare
  • DeviceInfo: Add support for Raspberry Pi 3 B+.
  • DeviceInfo: Set memory offsets based on model info rather than SoC.

v0.2.0

06 Oct 13:29
0.2.0
bcfbecb
Compare
Choose a tag to compare
  • To adhere to Rust's naming conventions, several structs and enums that had GPIO, IO, BCM or CPU somewhere in their name have been changed to Gpio, Io, Bcm and Cpu respectively.
  • GPIO has been added as a temporary (deprecated) type alias for Gpio.
  • Minor version bump due to incompatible API changes in a 0.x.x release.

v0.1.3

27 May 14:12
0.1.3
22ec2d0
Compare
Choose a tag to compare
  • GPIO: Always try /dev/mem after /dev/gpiomem fails. Return new error PermissionDenied when both /dev/gpiomem and /dev/mem have permission issues. This is a workaround for Ubuntu Core 16 where /dev/gpiomem can't be accessed by applications installed using snap. Reported by VBota1.
  • DeviceInfo: Add additional revision codes for old models

v0.1.2

03 Mar 10:03
0.1.2
04d0ed5
Compare
Choose a tag to compare
  • DeviceInfo: Change returned u32 references to copied values