Skip to content

Add support for Renesas RH850 architecture #3

Add support for Renesas RH850 architecture

Add support for Renesas RH850 architecture #3

Workflow file for this run

name: RH850 Build
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
build-rh850:
runs-on: ubuntu-latest
container: baoproject/bao:latest
strategy:
matrix:
platform: [
"rh850-u2a16",
]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- run: make PLATFORM=${{ matrix.platform }} CONFIG=null