[package] name = "euro-yesman" description = "STM32 firmware for the 'yesman' eurorack sequencer" version = "0.1.0" authors = ["Katharina Fey "] edition = "2018" license = "GPL-3.0-or-later" ## Configure cargo to produce a smol binary [profile.release] opt-level = 'z' lto = true [dependencies] cortex-m = "0.6" cortex-m-rt = "0.6" cortex-m-rtic = "0.5" embedded-hal = "0.2" panic-halt = "0.2" # Access to the stm32f103 HAL. [dependencies.stm32f1xx-hal] # Bluepill contains a 64kB flash variant which is called "medium density" features = ["stm32f103", "rt", "medium"] version = "0.6"