[package] edition = "2018" authors = ["Daniel Egger "] categories = [ "embedded", "no-std", "bsp", ] description = "Board support crate for the STM32 Nucleo-F103RB microcontroller board" documentation = "https://docs.rs/nucleo-f103rb" keywords = [ "arm", "cortex-m", "template", ] license = "0BSD" name = "nucleo-f103rb" version = "0.2.0" repository = "https://github.com/therealprof/nucleo-f103rb" [dependencies] bare-metal = "0.2.4" cortex-m = "0.5.8" nb = "0.1.1" cortex-m-rt = "0.6.7" [dependencies.stm32f1xx-hal] features = ["stm32f103", "rt"] version = "0.2.0" [dev-dependencies] panic-halt = "0.2.0" numtoa = "0.2.3" vcell = "0.1.0" volatile-register = "0.2.0" [features] default = ["rt"] rt = [] [profile.dev] debug = true [profile.release] debug = true lto = true opt-level = "s"