the only thing that doesn't work is the buffer, which is bad, but at least the board lights up

This commit is contained in:
benstrb 2026-04-15 23:29:45 +02:00
parent 902379cb60
commit d670a509a4
7 changed files with 41 additions and 53 deletions

View file

@ -1,10 +1,9 @@
[build]
target = "thumbv7em-none-eabihf"
[target.thumbv7em-none-eabihf]
# Using probe-rs for flashing
runner = "probe-rs run --chip STM32F469NIx"
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "arm-none-eabi-gdb -q -x .gdbinit"
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv7em-none-eabihf"