mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-29 13:21:45 +00:00

closes: #3794 #3793 Remove 'blinky-irq' from workspace. During linking from workspace level - embassy-stm32 and example code redefine EXTI15_10 symbol Building it separately, outside of workspace works Signed-off-by: Krzysztof Królczyk <Krzysztof.Krolczyk@o2.pl>
17 lines
241 B
TOML
17 lines
241 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"blinky-pac",
|
|
"blinky-hal",
|
|
"blinky-async",
|
|
]
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
debug = 2
|
|
debug-assertions = false
|
|
incremental = false
|
|
lto = "fat"
|
|
opt-level = 's'
|
|
overflow-checks = false
|