Robin Mueller
e97cd64ba6
Generated a first building version of the PAC. The PAC was generated with a specially patched version of svd2rust 0.19.0: https://github.com/robamu/svd2rust/tree/mueller/develop
19 lines
383 B
TOML
19 lines
383 B
TOML
[package]
|
|
name = "va108xx"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
description = "Peripheral access API for Vorago VA108XX microcontrollers"
|
|
license = "Apache-2.0 or MIT"
|
|
authors = ["Robin Mueller <robin.mueller.m@gmail.com>"]
|
|
|
|
[dependencies]
|
|
cortex-m = "0.7.3"
|
|
vcell = "0.1.3"
|
|
|
|
[dependencies.cortex-m-rt]
|
|
optional = true
|
|
version = ">=0.6.15,<0.8"
|
|
|
|
[features]
|
|
rt = ["cortex-m-rt/device"]
|