druhy semester a nieco s frekvenciou CPU

This commit is contained in:
Filipriec
2026-02-24 14:43:50 +01:00
parent c60f8db3c8
commit 1b4ddcaf6c
13 changed files with 1717 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
[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"