fdt 0.1.5

A pure-Rust `#![no_std]` crate for parsing Flattened Devicetrees
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[features]
pretty-printing = []

[package]
authors = ["Wesley Norris <repnop@outlook.com>"]
categories = ["embedded", "no-std"]
description = "A pure-Rust `#![no_std]` crate for parsing Flattened Devicetrees"
edition = "2018"
keywords = ["devicetree", "fdt", "dt"]
license = "MPL-2.0"
name = "fdt"
readme = "README.md"
repository = "https://github.com/repnop/fdt"
version = "0.1.5"