Skip to content

Commit

Permalink
Merge branch 'rcore-os:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
yuoo655 authored Aug 28, 2023
2 parents 3ad6147 + 94eeaa3 commit f84b0b1
Show file tree
Hide file tree
Showing 57 changed files with 1,090 additions and 195 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ jobs:
- name: Build fs/shell for aarch64-raspi4
run: make PLATFORM=aarch64-raspi4 A=apps/fs/shell FEATURES=driver-bcm2835-sdhci

- name: Build helloworld for aarch64-bsta1000b
run: make PLATFORM=aarch64-bsta1000b A=apps/helloworld

build-apps-for-std:
runs-on: ${{ matrix.os }}
strategy:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
*.img
actual.out
qemu.log
rusty-tags.vi
Loading

0 comments on commit f84b0b1

Please sign in to comment.