~ruther/vhdl-i2c

ref: f69689aa2b3270d54c1ee6f63dbe7370a9f6c500 vhdl-i2c/mcu_tests/slave_counter/.cargo/config -rw-r--r-- 439 bytes
f69689aa — Rutherther chore: split mcu_slave tb to separate library 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# uncomment ONE of these three option to make `cargo run` start a GDB session
# which option to pick depends on your system
runner = "arm-none-eabi-gdb -q -x openocd.gdb"
# runner = "gdb-multiarch -q -x openocd.gdb"
# runner = "gdb -q -x openocd.gdb"

rustflags = [
  "-C", "link-arg=-Tlink.x",
]

[build]
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
Do not follow this link