apu_pcengines_hal 0.1.0

A safe wrapper around the direct memory interface of the APU2+ hardware
Documentation
  • Coverage
  • 33.33%
    13 out of 39 items documented1 out of 17 items with examples
  • Size
  • Source code size: 16.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 703.7 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • dns2utf8/apu_pcengines_hal
    0 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dns2utf8

apu_pcengines_hal

A safe wrapper around the direct memory interface of the APU2+ hardware.

Installation

With cargo (or rustup) from git

sudo apt install build-essential
git clone https://gitlab.com/dns2utf8/apu_pcengines_hal.git
cargo build --release --example leds
sudo ./target/release/examples/leds

Download nightly from gitlab:

The CI builds the binary on the main branch on every commit. You can download the leds example program from https://dns2utf8.gitlab.io/apu_pcengines_hal/leds or use these commands:

wget https://dns2utf8.gitlab.io/apu_pcengines_hal/leds
sudo ./leds