[build-dependencies.bindgen]
features = ["experimental"]
optional = true
version = "0.69"
[build-dependencies.cc]
optional = true
version = "1.0"
[dependencies.cortex-m]
version = "0.7"
[dependencies.cortex-m-rt]
optional = true
version = "0.7"
[features]
default = ["py32f030", "py32xxx6", "rt"]
py32f030 = []
py32xxx6 = []
py32xxx8 = []
recompile = ["regenerate-bindings", "cc"]
regenerate-bindings = ["bindgen"]
rt = ["cortex-m-rt/device"]
[lib]
name = "py32csdk_hal_sys"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["no-std"]
description = "PY32 HAL bindings"
edition = "2021"
exclude = ["PY32F0_Drivers/CMSIS/DSP_Lib", "PY32F0_Drivers/Examples", "PY32F0_Drivers/PY32F0xx_LL_Driver", "PY32F0_Drivers/PY32F002B_LL_Driver", "PY32F0_Drivers/LDScripts", "PY32F0_Drivers/BSP", "scripts"]
homepage = "https://github.com/decaday/py32csdk-hal-sys"
keywords = ["embedded-hal", "no-std", "py32", "mcu"]
license-file = "LICENSE"
name = "py32csdk-hal-sys"
readme = "README.md"
repository = "https://github.com/decaday/py32csdk-hal-sys"
version = "0.3.0"