Fix stm32 build

This commit is contained in:
Simon Hausmann 2022-08-25 12:58:22 +02:00
parent 4864bda404
commit f9eaffdb6e

View file

@ -18,7 +18,7 @@ path = "lib.rs"
[features]
pico-st7789 = ["unsafe_single_core", "rp-pico", "embedded-hal", "cortex-m-rt", "alloc-cortex-m", "embedded-time", "cortex-m", "cortex-m/critical-section-single-core", "display-interface", "st7789", "defmt", "defmt-rtt", "slint/defmt", "shared-bus", "slint/libm", "embedded-dma"]
stm32h735g = ["unsafe_single_core", "embedded-hal", "cortex-m-rt", "alloc-cortex-m", "embedded-time", "cortex-m", "slint/defmt", "stm32h7xx-hal/stm32h735", "defmt", "defmt-rtt", "embedded-display-controller", "ft5336", "panic-probe"]
stm32h735g = ["unsafe_single_core", "embedded-hal", "cortex-m-rt", "alloc-cortex-m", "embedded-time", "cortex-m", "slint/defmt", "stm32h7xx-hal/stm32h735", "defmt", "defmt-rtt", "embedded-display-controller", "ft5336", "panic-probe", "slint/libm"]
unsafe_single_core = ["i-slint-core/unsafe_single_core"]