Skip to content

Commit 6c78a38

Browse files
committed
small tweaks
1 parent bfb6ff5 commit 6c78a38

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/on-target.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ name: cortex-m on-target tests
99
jobs:
1010

1111
hil-qemu:
12-
env:
13-
PATH: /opt/qemu/bin:$PATH
1412
runs-on: ubuntu-latest
1513
steps:
1614
- uses: actions/checkout@v4

justfile

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
2-
LOG_FORMAT := " --log-format \"{[{L}]%bold} {s} {({ff}:{l:1})%dimmed}\""
3-
QEMU_RUN_CORTEX_M3 := "qemu-run --machine lm3s6965evb --cpu cortex-m3"
4-
QEMU_RUN_CORTEX_M0 := "qemu-run --machine microbit --cpu cortex-m0"
5-
6-
[working-directory: "testsuite"]
7-
run-cortex-m0 binary:
8-
{{QEMU_RUN_CORTEX_M0}} {{binary}}
9-
10-
[working-directory: "testsuite"]
11-
run-cortex-m3 binary:
12-
{{QEMU_RUN_CORTEX_M3}} {{binary}}
13-
141
[working-directory: "testsuite"]
152
run-cortex-m3-test:
163
cargo test --features qemu --target thumbv7em-none-eabihf

0 commit comments

Comments
 (0)