This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
probe-rs does not support passing configuration for "--chip-description-path" argument to underlying probe-rs #291
Labels
difficulty: easy
Pretty easy to solve
priority: low
Low priority for the Knurling team
status: needs PR
Issue just needs a Pull Request implementing the changes
type: enhancement
Enhancement or feature request
Describe the bug
I'm using parts in the STM32H735 family, which recently gained PAC and HAL support. Unfortunately these parts aren't supported by probe-rs yet (no yaml file entries for them in the crate). Thus, I used the procedure indicated by probe-rs to generate a local yaml from the pack file provided by ARM. This seems to all work fine using the probe-rs tools, such as cargo-flash, which support the use of the "--chip-description-path" argument.
To allow probe-run to do the same, I would need to be able to configure the path to this self-generated yaml, which currently does not seem supported.
Expected and observed behavior
I expect an argument to specify the path to the underlying probe-rs in .cargo/config, for instance:
runner = "probe-run --chip STM32H723VGTx --chip-description-path ../probe-rs_generated_packs/STM32H7_Series.yaml"
Operating System:
Linux
The text was updated successfully, but these errors were encountered: