blob: c96a5cb6cdd14f46212ee09584488cfa216f321e (
plain)
1
2
3
4
5
6
7
8
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip STM32WBA55CGUx"
[build]
target = "thumbv8m.main-none-eabihf"
[env]
DEFMT_LOG = "trace"
|