We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb6ff5 commit 6c78a38Copy full SHA for 6c78a38
2 files changed
.github/workflows/on-target.yml
@@ -9,8 +9,6 @@ name: cortex-m on-target tests
9
jobs:
10
11
hil-qemu:
12
- env:
13
- PATH: /opt/qemu/bin:$PATH
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
justfile
@@ -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}}
-run-cortex-m3 binary:
- {{QEMU_RUN_CORTEX_M3}} {{binary}}
[working-directory: "testsuite"]
run-cortex-m3-test:
cargo test --features qemu --target thumbv7em-none-eabihf
0 commit comments