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:
parent
902379cb60
commit
d670a509a4
7 changed files with 41 additions and 53 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue