Skip to content

Commit

Permalink
laze-project.yml: drop probe-run support, migrate to probe-rs run
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Oct 17, 2023
1 parent 9de9f00 commit 8d07861
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions laze-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,16 +433,9 @@ modules:
- name: testable
context: lm3s6965evb

- name: probe-run
- name: probe-rs-run
selects:
- ?debug-console
env:
global:
CARGO_RUNNER: "'probe-run --chip ${PROBE_RS_CHIP}'"

- name: probe-rs
#selects:
# - ?debug-console
env:
global:
CARGO_RUNNER: "'probe-rs run --chip ${PROBE_RS_CHIP}'"
Expand Down

0 comments on commit 8d07861

Please sign in to comment.