Robert Jördens
8eef23da6b
* rj/log: refine panic handler and add some logging info hitl: kill probe-run cleanly set target-cpu=cortex-m7, MSRV 1.52.0, use probe-run README: document lockin, cleanup instructions, use probe-run CHANGELOG: update README: streamline docs a bit, add probe-run update hitl script remove rtt feature use rtt logging dsp/lowpass,lockin: const generics
13 lines
347 B
Plaintext
13 lines
347 B
Plaintext
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
runner = "probe-run --chip STM32H743ZITx --speed 30000"
|
|
# runner = "gdb-multiarch -q -x openocd.gdb"
|
|
rustflags = [
|
|
"-C", "link-arg=--nmagic",
|
|
"-C", "link-arg=-Tlink.x",
|
|
"-C", "link-arg=--nmagic",
|
|
"-C", "target-cpu=cortex-m7",
|
|
]
|
|
|
|
[build]
|
|
target = "thumbv7em-none-eabihf"
|