ral 0.2.0

Base layer for generated libraries for specific MCUs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ral"
version = "0.2.0"
description = "Base layer for generated libraries for specific MCUs"
authors = ["Vasily Kochnev"]
edition = "2018"
repository = "https://github.com/vkochnev/ral"
documentation = "https://docs.rs/ral"
license = "MIT OR Apache-2.0"
readme = "../README.md"
categories = ["embedded", "no-std", "hardware-support"]
keywords = ["svd", "embedded", "register", "bare-metal", "ral"]

[dependencies]
vcell = "0.1"
ral-macro = { path = "../macro", version = "0.2" }