svd-generator 0.7.0

Converts device information from flattened device tree into an SVD description
Documentation
1
2
3
4
5
6
7
/// Convenience macro to create arrays of non-`Copy` types.
#[macro_export]
macro_rules! array {
    [$ty:expr; $num:expr] => {
        [0; $num].map(|_| $ty)
    }
}