Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Other): Enable building zephyr for risc-v targets #1051

Merged
merged 1 commit into from
Jul 8, 2024

Commits on Jun 21, 2024

  1. feat(Other): Enable building zephyr for risc-v targets

    Configures the zephyr build system to use the appropriate cmsis system
    startup and peripheral driver sources based on the target core
    architecture. The mxc lock driver is not implemented for risc-v and
    emits a build warning (which twister promotes to an error), therefore
    the zephyr build system is configured to build it only for arm.
    
    Before this patch, we could only build zephyr for arm targets, but now
    we can build zephyr for arm or risc-v targets.
    
    Signed-off-by: Maureen Helm <[email protected]>
    MaureenHelm committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    18d5631 View commit details
    Browse the repository at this point in the history