Skip to content
Snippets Groups Projects
Commit 0e63e8b9 authored by Edvin Åkerfeldt's avatar Edvin Åkerfeldt
Browse files

timing_resources, Q2-Q5 done

parent 45a6916a
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))'] [target.'cfg(all(target_arch = "arm", target_os = "none"))']
# uncomment ONE of these three option to make `cargo run` start a GDB session # uncomment ONE of these three option to make `cargo run` start a GDB session
# which option to pick depends on your system # which option to pick depends on your system
# runner = "arm-none-eabi-gdb -q -x openocd.gdb" runner = "arm-none-eabi-gdb -q -x openocd.gdb"
# runner = "gdb-multiarch -q -x openocd.gdb" # runner = "gdb-multiarch -q -x openocd.gdb"
# runner = "gdb -q -x openocd.gdb" # runner = "gdb -q -x openocd.gdb"
runner = "probe-run --chip STM32F411RETx" # runner = "probe-run --chip STM32F411RETx"
rustflags = [ rustflags = [
# This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x # This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment