mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 14:53:03 +00:00
9 lines
184 B
TOML
9 lines
184 B
TOML
[target.thumbv7em-none-eabihf]
|
|
runner = 'probe-rs run --chip STM32H7S3L8Hx'
|
|
|
|
[build]
|
|
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
|
|
|
|
[env]
|
|
DEFMT_LOG = "trace"
|