stm32g0xx-hal 0.0.8

Peripheral access API for STM32G0 series microcontrollers
Documentation
[dependencies.as-slice]
version = "0.1.2"

[dependencies.bare-metal]
features = ["const-fn"]
version = "0.2.5"

[dependencies.cortex-m]
version = "0.6.1"

[dependencies.embedded-hal]
features = ["unproven"]
version = "0.2.3"

[dependencies.nb]
version = "0.1.1"

[dependencies.stm32g0]
version = "0.10.0"

[dependencies.void]
default-features = false
version = "1.0.2"
[dev-dependencies.cortex-m]
features = ["const-fn"]
version = "0.6.1"

[dev-dependencies.cortex-m-rt]
version = "0.6.10"

[dev-dependencies.cortex-m-rtfm]
version = "0.5.0"

[dev-dependencies.cortex-m-semihosting]
version = "0.3.5"

[dev-dependencies.embedded-graphics]
version = "0.5"

[dev-dependencies.embedded-sdmmc]
version = "0.2.1"

[dev-dependencies.panic-halt]
version = "0.2.0"

[dev-dependencies.panic-semihosting]
version = "0.5.3"

[dev-dependencies.st7735-lcd]
version = "0.6.1"

[features]
rt = ["stm32g0/rt"]
stm32g030 = ["stm32g0/stm32g030"]
stm32g031 = ["stm32g0/stm32g031"]
stm32g041 = ["stm32g0/stm32g041"]
stm32g07x = ["stm32g0/stm32g07x"]
stm32g081 = ["stm32g0/stm32g081"]

[package]
authors = ["Vitaly Domnikov <oss@vitaly.codes>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Peripheral access API for STM32G0 series microcontrollers"
documentation = "https://docs.rs/stm32g0xx-hal"
edition = "2018"
keywords = ["arm", "cortex-m", "stm32g0xx", "hal"]
license = "MIT/Apache-2.0"
name = "stm32g0xx-hal"
readme = "README.md"
repository = "https://github.com/stm32-rs/stm32g0xx-hal"
version = "0.0.8"
[package.metadata.docs.rs]
default-target = "thumbv6m-none-eabi"
features = ["stm32g081", "rt"]
[profile.dev]
incremental = false

[profile.release]
codegen-units = 1
debug = false
incremental = false
lto = true