[package] authors = ["Jorge Aparicio "] categories = ["embedded", "hardware-support", "no-std"] description = "HAL for the STM32F100xx family of microcontrollers" keywords = ["arm", "cortex-m", "stm32", "hal"] license = "MIT OR Apache-2.0" name = "stm32f1xx-hal" repository = "https://github.com/stm32-rs/stm32f1xx-hal" version = "0.0.0" [dependencies] cortex-m = "0.5.8" nb = "0.1.1" cortex-m-rt = "0.6.6" stm32f1 = "0.4.0" [dependencies.void] default-features = false version = "1.0.2" [dependencies.cast] default-features = false version = "0.2.2" [dependencies.embedded-hal] features = ["unproven"] version = "0.2.2" [dev-dependencies] panic-semihosting = "0.5.1" panic-itm = "0.4.0" # cortex-m-rtfm = "0.3.1" cortex-m-semihosting = "0.3.2" enc28j60 = "0.2.0" heapless = "0.4.0" m = "0.1.1" mfrc522 = "0.2.0" serde_derive = "1.0.81" [dev-dependencies.byteorder] default-features = false version = "1.2.7" [dev-dependencies.cobs] default-features = false version = "0.1.3" [dev-dependencies.crc16] default-features = false version = "0.4.0" [dev-dependencies.either] default-features = false version = "1.5.0" [dev-dependencies.jnet] git = "https://github.com/japaric/jnet" rev = "df96b408049ca952ad7844d6552e87cf8fc18d2a" [dev-dependencies.motor-driver] git = "https://github.com/japaric/motor-driver" rev = "00c8b15223643090d69f1acfb8b7a7a43a440417" [dev-dependencies.mpu9250] git = "https://github.com/japaric/mpu9250" rev = "8f9ecad690093cb71c41301ca5e5705706150610" [dev-dependencies.serde] default-features = false version = "1.0.81" [dev-dependencies.serde-json-core] git = "https://github.com/japaric/serde-json-core" rev = "6f12b77c1ffeae167989fe06e0d8b15978bd6d18" [dev-dependencies.stm32f103xx] features = ["rt"] version = "0.11.0" [features] doc = [] rt = ["stm32f1/rt"] stm32f103 = ["stm32f1/stm32f103"] [profile.dev] incremental = false codegen-units = 1 [profile.release] codegen-units = 1 debug = true lto = true