apu_pcengines_hal

Crates.ioapu_pcengines_hal
lib.rsapu_pcengines_hal
version0.1.0
sourcesrc
created_at2020-09-22 12:30:19.610568
updated_at2020-09-22 12:30:19.610568
descriptionA safe wrapper around the direct memory interface of the APU2+ hardware
homepage
repositoryhttps://gitlab.com/dns2utf8/apu_pcengines_hal
max_upload_size
id291530
size16,827
Stefan Schindler (dns2utf8)

documentation

https://docs.rs/apu_pcengines_hal

README

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
Commit count: 5

cargo fmt