Ci rp2 riscv ghactions membrowse - #159
Open
tobiaguiar08 wants to merge 4 commits into
Open
Conversation
Owner
|
It seems that rp2350-riscv job needs to pass toolchain path as CMake argument. That should do the job and fix the failure. |
Creates a GitHub Actions workflow for automated building of the RP2350 RISC-V integration test project, mirroring the rp2040 workflow but using the RISC-V toolchain from pico-sdk-tools and configuring for the Hazard3 core. Assisted-by: Claude Signed-off-by: Tobias Aguiar <tobi.aguiar01@gmail.com>
Register the RP2350 RISC-V target in membrowse-targets.json so it can be invoked manually via the membrowse-onboard workflow. Includes build command with the RISC-V configure flags, memory region generation, and artifact paths matching the primary build workflow. Assisted-by: Claude Signed-off-by: Tobias Aguiar <tobi.aguiar01@gmail.com>
Extend the MemBrowse dispatcher workflow to handle RP2350 RISC-V builds: - Narrow ARM toolchain condition to exclude rp2350-riscv - Add new RISC-V toolchain installation step (curl v2.3.0-1, extract to PATH) - Gate Pico SDK checkout to rp2040 and rp2350-riscv, with matrix-driven path so each target checks out to the correct integration project directory Assisted-by: Claude Signed-off-by: Tobias Aguiar <tobi.aguiar01@gmail.com>
Add a build-status badge for the rp2350-riscv workflow to the top-level README, consistent with existing build badges for other platforms (rp2040, stm32g4, stm32h7, linux). Give users and developers visibility into the RISC-V port's CI status. Assisted-by: Claude Signed-off-by: Tobias Aguiar <tobi.aguiar01@gmail.com>
tobiaguiar08
force-pushed
the
ci_rp2_riscv_ghactions_membrowse
branch
from
August 21, 2026 05:40
b1214c3 to
ccae332
Compare
Contributor
Author
Done, not sure I added in the correct places though |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add GitHub Actions CI workflow and MemBrowse configuration for RP2350 RISC-V builds, mirroring the existing ARM platform support (rp2040, stm32g4/h7).
Changes
1. New build workflow (
.github/workflows/rp2350-riscv-build.yml)pushtomasterandpull_request(same as rp2040)2. MemBrowse matrix entry (
.github/membrowse-targets.json)rp2350-riscvtarget for manual MemBrowse analysis viaworkflow_dispatch3. Updated onboard workflow (
.github/workflows/membrowse-onboard.yml)rp2350-riscv_integ/rp2040-pico-sdk/pico-sdk_integ/rp2350-pico-sdk-riscv/pico-sdk4. README CI badge