You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
263 B

[package]
authors = ["gnxlxnxx <gnxlxnxx@web.de>"]
edition = "2018"
name = "psoc4-pac"
version = "0.1.0"
[dependencies]
bare-metal = "*"
cortex-m = "*"
vcell = "*"
[dependencies.cortex-m-rt]
optional = true
version = "*"
[features]
rt = ["cortex-m-rt/device"]