working uart but not waking after sleep
This commit is contained in:
19
semestralka_2_uart/.cargo/config.toml
Normal file
19
semestralka_2_uart/.cargo/config.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[build]
|
||||
target = "thumbv8m.main-none-eabihf"
|
||||
|
||||
[target.thumbv8m.main-none-eabihf]
|
||||
runner = "probe-rs run --chip STM32U575ZITxQ"
|
||||
|
||||
rustflags = [
|
||||
"-C", "linker=rust-lld",
|
||||
"-C", "link-arg=-Tlink.x",
|
||||
"-C", "link-arg=-Tdefmt.x",
|
||||
"-C", "link-arg=--nmagic",
|
||||
]
|
||||
|
||||
[package.metadata.cargo-flash]
|
||||
chip = "STM32U575ZIT"
|
||||
|
||||
[env]
|
||||
CC_thumbv8m_main_none_eabihf = "arm-none-eabi-gcc"
|
||||
AR_thumbv8m_main_none_eabihf = "arm-none-eabi-ar"
|
||||
Reference in New Issue
Block a user