mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
Fix stm32 build
This commit is contained in:
parent
4864bda404
commit
f9eaffdb6e
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue