Rust Hardware Abstraction Layer (HAL) crate for the Vorago VA108xx family of MCUs
Go to file
Robin Mueller f3d71cf0f9
Timer and Clock modules added
- Clock module to set and retrieve system clock which can have
  varying frequencies. Also allows enabling peripheral clocks
- Prelude updated
- Common time types added, based on stm32f1xx HAL implementation
- Basic timer implementation added
2021-11-08 01:40:01 +01:00
.cargo added utility files 2021-11-08 01:14:25 +01:00
.github use x-compile in ci now 2021-11-08 01:26:58 +01:00
src Timer and Clock modules added 2021-11-08 01:40:01 +01:00
.gitignore ignoring Cargo.lock now 2021-11-08 01:32:39 +01:00
Cargo.toml Timer and Clock modules added 2021-11-08 01:40:01 +01:00
CHANGELOG.md added CI and changelog 2021-11-06 01:13:48 +01:00
jlink.gdb added utility files 2021-11-08 01:14:25 +01:00
LICENSE-APACHE added license files 2021-11-08 01:03:06 +01:00
LICENSE-MIT added license files 2021-11-08 01:03:06 +01:00
memory.x added utility files 2021-11-08 01:14:25 +01:00
README.md Initial commit 2021-11-03 23:11:07 +01:00

va108xx-hal-rs

Rust Hardware Abstraction Layer (HAL) crate for the Vorago VA108xx family of MCUs