[target][banana pi f3] quick n dirty port to the bananapi f3 board
A decent 8 core riscv64 board with dual ethernet and 2 or 4GB ram. Fairly easy to bring up on, though not a lot of docs at the moment.
This commit is contained in:
3
.github/workflows/github-ci.yml
vendored
3
.github/workflows/github-ci.yml
vendored
@@ -43,6 +43,7 @@ jobs:
|
||||
- pico-test
|
||||
- sifive-e-test
|
||||
- visionfive2-test
|
||||
- bananapi-f3-test
|
||||
- rosco-m68k-test
|
||||
exclude:
|
||||
# no real point building ubsan on the old compiler
|
||||
@@ -63,6 +64,8 @@ jobs:
|
||||
toolchain-ver: 7.5.0
|
||||
- project: visionfive2-test
|
||||
toolchain-ver: 7.5.0
|
||||
- project: bananapi-f3-test
|
||||
toolchain-ver: 7.5.0
|
||||
|
||||
env:
|
||||
PROJECT: ${{ matrix.project }}
|
||||
|
||||
Reference in New Issue
Block a user