2017-05-24 13:43:43 +00:00
|
|
|
[package]
|
|
|
|
authors = ["Kjetil Kjeka <kjetilkjeka@gmail.com>"]
|
|
|
|
name = "s32k144"
|
2017-10-10 19:12:32 +00:00
|
|
|
version = "0.6.1"
|
2017-05-24 13:43:43 +00:00
|
|
|
|
2017-05-27 14:27:39 +00:00
|
|
|
description = "Peripheral access API for NXP S32K144 microcontrollers (generated using svd2rust)"
|
|
|
|
repository = "https://github.com/kjetilkjeka/s32k144.rs"
|
|
|
|
|
|
|
|
keywords = ["arm", "embedded", "svd2rust", "cortex-m4", "NXP"]
|
2017-09-24 12:32:19 +00:00
|
|
|
categories = ["embedded", "hardware-support", "no-std"]
|
2017-05-27 14:27:39 +00:00
|
|
|
|
|
|
|
license = "Apache-2.0/MIT"
|
|
|
|
|
2017-05-24 13:43:43 +00:00
|
|
|
[dependencies]
|
2017-09-24 12:27:21 +00:00
|
|
|
cortex-m = "0.3.1"
|
|
|
|
bare-metal = "0.1.1"
|
2017-05-24 13:43:43 +00:00
|
|
|
vcell = "0.1.0"
|
2017-10-10 19:11:41 +00:00
|
|
|
|
|
|
|
[dependencies.cortex-m-rt]
|
|
|
|
optional = true
|
|
|
|
version = "0.3.6"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
rt = ["cortex-m-rt"]
|