~ruther/vhdl-i2c

ref: 74d8f5e0d61065c4b93b2d905314d7b0ad608004 vhdl-i2c/mcu_tests/slave_regs/.cargo/config -rw-r--r-- 439 bytes
74d8f5e0 — Rutherther tests: add pull up sda, scl behavior 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