Skip to content

Commit

Permalink
Fixup: also update CI and README
Browse files Browse the repository at this point in the history
  • Loading branch information
hegza committed Aug 20, 2024
1 parent 43f54cf commit c8895ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
run: cargo check -Fsysctrl-rt -Fvp
- name: Check BSP examples (-Fsysctrl-rt)
working-directory: ./examples/headsail-bsp
run: cargo check --examples -Fsysctrl-rt -Fpanic-uart
run: cargo check --examples -Fsysctrl-rt -Fpanic-apb-uart0
- name: Check BSP examples (-Fsysctrl-rt -Fvp)
working-directory: ./examples/headsail-bsp
run: cargo check --examples -Fsysctrl-rt -Fvp -Fpanic-uart
run: cargo check --examples -Fsysctrl-rt -Fvp -Fpanic-apb-uart0

- name: Check BSP (-Fhpc-rt)
working-directory: ./examples/headsail-bsp
Expand All @@ -52,10 +52,10 @@ jobs:
run: cargo check -Fhpc-rt -Fvp
- name: Check BSP examples (-Fhpc-rt)
working-directory: ./examples/headsail-bsp
run: cargo check --examples -Fhpc-rt -Fpanic-uart
run: cargo check --examples -Fhpc-rt -Fpanic-apb-uart0
- name: Check BSP examples (-Fhpc-rt -Fvp)
working-directory: ./examples/headsail-bsp
run: cargo check --examples -Fhpc-rt -Fvp -Fpanic-uart
run: cargo check --examples -Fhpc-rt -Fvp -Fpanic-apb-uart0

build-dla-example:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
run: rustup target add riscv64imac-unknown-none-elf riscv32im-unknown-none-elf
- name: Build FFI without RT on SysCtrl
working-directory: ./examples/headsail-bsp-ffi
run: cargo build --target=riscv32im-unknown-none-elf -Fpanic-uart
run: cargo build --target=riscv32im-unknown-none-elf -Fpanic-apb-uart0
- name: Build FFI without RT on HPC
working-directory: ./examples/headsail-bsp-ffi
run: cargo build --target=riscv64imac-unknown-none-elf -Fpanic-uart
run: cargo build --target=riscv64imac-unknown-none-elf -Fpanic-apb-uart0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

```sh
cd examples/headsail-bsp
cargo run --example uart0 -Fhpc-rt -Fpanic-uart --target riscv64imac-unknown-none-elf
cargo run --example uart0 -Fhpc-rt -Fpanic-apb-uart0 --target riscv64imac-unknown-none-elf
```

### Run DLA example
Expand Down

0 comments on commit c8895ba

Please sign in to comment.